Click or drag to resize

SpatialSetNotifyLocalTransform Method

Sets whether the node notifies about its local transformation changes. Spatial will not propagate this by default.

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

Parameters

enable
Type: SystemBoolean

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

See Also