VisualShaderNodeCubeMapSourceEnum Enumeration |
[Missing <summary> documentation for "T:Godot.VisualShaderNodeCubeMap.SourceEnum"]
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax Members
| Member name | Value | Description |
---|
| Texture | 0 | Use the CubeMap set via CubeMap. If this is set to Source, the samplerCube port is ignored. |
| Port | 1 | Use the CubeMap sampler reference passed via the samplerCube port. If this is set to Source, the CubeMap texture is ignored. |
See Also