Class VisualShaderNodeTexture
Performs a 2D texture lookup within the visual shader graph.
- Inheritance
-
VisualShaderNodeTexture
Remarks
Performs a lookup operation on the provided texture, with support for multiple texture sources to choose from.
Properties
source
Determines the source for the lookup. See Source for options.
var source : int = 0
Property Value
Remarks
texture
The source texture, if needed for the selected source.
var texture : Texture2D
Property Value
Remarks
texture_type
Specifies the type of the texture if source is set to VisualShaderNodeTexture.SOURCE_TEXTURE. See TextureType for options.
var texture_type : int = 0