RemoteTransform2D¶
Inherits: Node2D < CanvasItem < Node < Object
Category: Core
Brief Description¶
Member Functions¶
NodePath | get_remote_node ( ) const |
bool | get_update_position ( ) const |
bool | get_update_rotation ( ) const |
bool | get_update_scale ( ) const |
bool | get_use_global_coordinates ( ) const |
void | set_remote_node ( NodePath path ) |
void | set_update_position ( bool update_remote_position ) |
void | set_update_rotation ( bool update_remote_rotation ) |
void | set_update_scale ( bool update_remote_scale ) |
void | set_use_global_coordinates ( bool use_global_coordinates ) |
Member Variables¶
Member Function Description¶
- NodePath get_remote_node ( ) const
- bool get_update_position ( ) const
- bool get_update_rotation ( ) const
- bool get_update_scale ( ) const
- bool get_use_global_coordinates ( ) const
- void set_remote_node ( NodePath path )
- void set_update_position ( bool update_remote_position )
- void set_update_rotation ( bool update_remote_rotation )
- void set_update_scale ( bool update_remote_scale )
- void set_use_global_coordinates ( bool use_global_coordinates )