diff --git a/Docs/AngelScriptAPI.h b/Docs/AngelScriptAPI.h index e82e95a97..855306d16 100644 --- a/Docs/AngelScriptAPI.h +++ b/Docs/AngelScriptAPI.h @@ -7935,6 +7935,8 @@ Vector2 WorldToLocal2D(const Vector2&) const; void Yaw(float, TransformSpace = TS_LOCAL); // Properties: +/* readonly */ +Array allChildrenByName; bool animationEnabled; /* readonly */ Array attributeDefaults; @@ -7946,6 +7948,8 @@ String category; /* readonly */ Array children; /* readonly */ +Array childrenByName; +/* readonly */ Array components; Vector3 direction; bool enabled; @@ -10019,6 +10023,8 @@ Vector2 WorldToLocal2D(const Vector2&) const; void Yaw(float, TransformSpace = TS_LOCAL); // Properties: +/* readonly */ +Array allChildrenByName; bool animationEnabled; /* readonly */ LoadMode asyncLoadMode; @@ -10039,6 +10045,8 @@ uint checksum; /* readonly */ Array children; /* readonly */ +Array childrenByName; +/* readonly */ Array components; /* readonly */ DebugRenderer debugRenderer; diff --git a/Docs/ScriptAPI.dox b/Docs/ScriptAPI.dox index 8cc76b9ac..5023ed4d4 100644 --- a/Docs/ScriptAPI.dox +++ b/Docs/ScriptAPI.dox @@ -9646,12 +9646,14 @@ Methods: Properties: +- Node@[] allChildrenByName // readonly - bool animationEnabled - Variant[] attributeDefaults // readonly - AttributeInfo[] attributeInfos // readonly - Variant[] attributes - String category // readonly - Node@[] children // readonly +- Node@[] childrenByName // readonly - Component@[] components // readonly - Vector3 direction - bool enabled @@ -11456,6 +11458,7 @@ Methods: Properties: +- Node@[] allChildrenByName // readonly - bool animationEnabled - LoadMode asyncLoadMode // readonly - bool asyncLoading // readonly @@ -11467,6 +11470,7 @@ Properties: - String category // readonly - uint checksum // readonly - Node@[] children // readonly +- Node@[] childrenByName // readonly - Component@[] components // readonly - DebugRenderer@ debugRenderer // readonly - Vector3 direction diff --git a/Source/Urho3D/.soversion b/Source/Urho3D/.soversion index 8076b7dca..416eb55e2 100644 --- a/Source/Urho3D/.soversion +++ b/Source/Urho3D/.soversion @@ -1 +1 @@ -0.1.72 +0.1.73