Click or drag to resize

VisualInstanceSetLayerMask Method

Note: This API is now obsolete.

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

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

Parameters

mask
Type: SystemUInt32

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

See Also