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

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

@ -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

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

@ -1 +1 @@
0.1.72
0.1.73