Click or drag to resize

SpatialSetIgnoreTransformNotification Method

Sets whether the node ignores notification that its transformation (global or local) changed.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetIgnoreTransformNotification(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.Spatial.SetIgnoreTransformNotification(System.Boolean)"]

See Also