Click or drag to resize

LightSetCullMask Method

Note: This API is now obsolete.

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

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

Parameters

cullMask
Type: SystemUInt32

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

See Also