Enum VisualShaderNodeCubemap.SourceEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeCubemap.SourceEnum : long
Fields
Max = 2Represents the size of the VisualShaderNodeCubemap.SourceEnum enum.
Port = 1Use the Cubemap sampler reference passed via the
samplerCubeport. If this is set to Source, the CubeMap texture is ignored.Texture = 0Use the Cubemap set via CubeMap. If this is set to Source, the
samplerCubeport is ignored.