Click or drag to resize

VisualServerReflectionProbeSetCullMask Method

Sets the render cull mask for this reflection probe. Only instances with a matching cull mask will be rendered by this probe. Equivalent to CullMask.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ReflectionProbeSetCullMask(
	RID probe,
	uint layers
)

Parameters

probe
Type: GodotRID

[Missing <param name="probe"/> documentation for "M:Godot.VisualServer.ReflectionProbeSetCullMask(Godot.RID,System.UInt32)"]

layers
Type: SystemUInt32

[Missing <param name="layers"/> documentation for "M:Godot.VisualServer.ReflectionProbeSetCullMask(Godot.RID,System.UInt32)"]

See Also