Esempio n. 1
0
 public string GetSubname(int idx)
 {
     return(godot_icall_NodePath_get_subname(NodePath.GetPtr(this), idx));
 }
Esempio n. 2
0
 public int GetNameCount()
 {
     return(godot_icall_NodePath_get_name_count(NodePath.GetPtr(this)));
 }
Esempio n. 3
0
 public string GetConcatenatedSubnames()
 {
     return(godot_icall_NodePath_get_concatenated_subnames(NodePath.GetPtr(this)));
 }
Esempio n. 4
0
 public NodePath GetAsPropertyPath()
 {
     return(new NodePath(godot_icall_NodePath_get_as_property_path(NodePath.GetPtr(this))));
 }
Esempio n. 5
0
 public bool IsEmpty()
 {
     return(godot_icall_NodePath_is_empty(NodePath.GetPtr(this)));
 }
Esempio n. 6
0
 public bool IsAbsolute()
 {
     return(godot_icall_NodePath_is_absolute(NodePath.GetPtr(this)));
 }