RemoteTransform¶
Inherits: Spatial < Node < Object
Category: Core
Brief Description¶
RemoteTransform leads the Transform of another Spatial derived Node in the scene.
Member Variables¶
- NodePath remote_path - The NodePath to the remote node, relative to the RemoteTransform’s position in the scene.
- bool update_position - If
truethe remote node’s position is tracked. Default value:true. - bool update_rotation - If
truethe remote node’s rotation is tracked. Default value:true. - bool update_scale - If
truethe remote node’s scale is tracked. Default value:true. - bool use_global_coordinates - If
trueglobal coordinates are used. Iffalselocal coordinates are used. Default value:true.