Travis CI: API documentation update at 2017-06-23 06:45:43 UTC.

[ci package]

Commit: 58277e3621

Message: Add AS bindings for searching Node children by name.
This commit is contained in:
urho3d-travis-ci 2017-06-23 06:45:43 +00:00
Родитель 58277e3621
Коммит b51625df5b
3 изменённых файлов: 13 добавлений и 1 удалений

Просмотреть файл

@ -7935,6 +7935,8 @@ Vector2 WorldToLocal2D(const Vector2&) const;
void Yaw(float, TransformSpace = TS_LOCAL); void Yaw(float, TransformSpace = TS_LOCAL);
// Properties: // Properties:
/* readonly */
Array<Node> allChildrenByName;
bool animationEnabled; bool animationEnabled;
/* readonly */ /* readonly */
Array<Variant> attributeDefaults; Array<Variant> attributeDefaults;
@ -7946,6 +7948,8 @@ String category;
/* readonly */ /* readonly */
Array<Node> children; Array<Node> children;
/* readonly */ /* readonly */
Array<Node> childrenByName;
/* readonly */
Array<Component> components; Array<Component> components;
Vector3 direction; Vector3 direction;
bool enabled; bool enabled;
@ -10019,6 +10023,8 @@ Vector2 WorldToLocal2D(const Vector2&) const;
void Yaw(float, TransformSpace = TS_LOCAL); void Yaw(float, TransformSpace = TS_LOCAL);
// Properties: // Properties:
/* readonly */
Array<Node> allChildrenByName;
bool animationEnabled; bool animationEnabled;
/* readonly */ /* readonly */
LoadMode asyncLoadMode; LoadMode asyncLoadMode;
@ -10039,6 +10045,8 @@ uint checksum;
/* readonly */ /* readonly */
Array<Node> children; Array<Node> children;
/* readonly */ /* readonly */
Array<Node> childrenByName;
/* readonly */
Array<Component> components; Array<Component> components;
/* readonly */ /* readonly */
DebugRenderer debugRenderer; DebugRenderer debugRenderer;

Просмотреть файл

@ -9646,12 +9646,14 @@ Methods:
Properties: Properties:
- Node@[] allChildrenByName // readonly
- bool animationEnabled - bool animationEnabled
- Variant[] attributeDefaults // readonly - Variant[] attributeDefaults // readonly
- AttributeInfo[] attributeInfos // readonly - AttributeInfo[] attributeInfos // readonly
- Variant[] attributes - Variant[] attributes
- String category // readonly - String category // readonly
- Node@[] children // readonly - Node@[] children // readonly
- Node@[] childrenByName // readonly
- Component@[] components // readonly - Component@[] components // readonly
- Vector3 direction - Vector3 direction
- bool enabled - bool enabled
@ -11456,6 +11458,7 @@ Methods:
Properties: Properties:
- Node@[] allChildrenByName // readonly
- bool animationEnabled - bool animationEnabled
- LoadMode asyncLoadMode // readonly - LoadMode asyncLoadMode // readonly
- bool asyncLoading // readonly - bool asyncLoading // readonly
@ -11467,6 +11470,7 @@ Properties:
- String category // readonly - String category // readonly
- uint checksum // readonly - uint checksum // readonly
- Node@[] children // readonly - Node@[] children // readonly
- Node@[] childrenByName // readonly
- Component@[] components // readonly - Component@[] components // readonly
- DebugRenderer@ debugRenderer // readonly - DebugRenderer@ debugRenderer // readonly
- Vector3 direction - Vector3 direction

Просмотреть файл

@ -1 +1 @@
0.1.72 0.1.73