Click or drag to resize

CameraSetCullMask Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Camera.SetCullMask(System.UInt32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetCullMask is deprecated. Use the CullMask property instead.")]
public void SetCullMask(
	uint mask
)

Parameters

mask
Type: SystemUInt32

[Missing <param name="mask"/> documentation for "M:Godot.Camera.SetCullMask(System.UInt32)"]

See Also