Click or drag to resize

VisualShaderNodeCubeMapSourceEnum Enumeration

[Missing <summary> documentation for "T:Godot.VisualShaderNodeCubeMap.SourceEnum"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum SourceEnum
Members
  Member nameValueDescription
Texture0

Use the CubeMap set via CubeMap. If this is set to Source, the samplerCube port is ignored.

Port1

Use the CubeMap sampler reference passed via the samplerCube port. If this is set to Source, the CubeMap texture is ignored.

See Also