NodePath
There is currently no description for this class. Please help us by contributing one!
Note
There are notable differences when using this API with C#. See C# Differences for more information.
Constructors
NodePath ( ) |
|
Methods
get_as_property_path ( ) const |
|
get_concatenated_names ( ) const |
|
get_concatenated_subnames ( ) const |
|
get_name_count ( ) const |
|
get_subname ( int idx ) const |
|
get_subname_count ( ) const |
|
hash ( ) const |
|
is_absolute ( ) const |
|
is_empty ( ) const |
|
Operators
operator != ( NodePath right ) |
|
operator == ( NodePath right ) |
Constructor Descriptions
NodePath NodePath ( )
There is currently no description for this constructor. Please help us by contributing one!
NodePath NodePath ( NodePath from )
There is currently no description for this constructor. Please help us by contributing one!
NodePath NodePath ( String from )
There is currently no description for this constructor. Please help us by contributing one!
Method Descriptions
NodePath get_as_property_path ( ) const
There is currently no description for this method. Please help us by contributing one!
StringName get_concatenated_names ( ) const
There is currently no description for this method. Please help us by contributing one!
StringName get_concatenated_subnames ( ) const
There is currently no description for this method. Please help us by contributing one!
StringName get_name ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_name_count ( ) const
There is currently no description for this method. Please help us by contributing one!
StringName get_subname ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_subname_count ( ) const
There is currently no description for this method. Please help us by contributing one!
int hash ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_absolute ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_empty ( ) const
There is currently no description for this method. Please help us by contributing one!
NodePath slice ( int begin, int end=2147483647 ) const
There is currently no description for this method. Please help us by contributing one!
Operator Descriptions
bool operator != ( NodePath right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( NodePath right )
There is currently no description for this operator. Please help us by contributing one!