Click or drag to resize

VisualServerCameraSetCullMask Method

Sets the cull mask associated with this camera. The cull mask describes which 3D layers are rendered by this camera. Equivalent to CullMask.

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

Parameters

camera
Type: GodotRID

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

layers
Type: SystemUInt32

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

See Also