|
@@ -17,6 +17,7 @@ var BABYLON;
|
|
*/
|
|
*/
|
|
function Node(name, scene) {
|
|
function Node(name, scene) {
|
|
this.state = "";
|
|
this.state = "";
|
|
|
|
+ this.metadata = null;
|
|
this.animations = new Array();
|
|
this.animations = new Array();
|
|
this._ranges = {};
|
|
this._ranges = {};
|
|
this._childrenFlag = -1;
|
|
this._childrenFlag = -1;
|
|
@@ -292,6 +293,9 @@ var BABYLON;
|
|
__decorate([
|
|
__decorate([
|
|
BABYLON.serialize()
|
|
BABYLON.serialize()
|
|
], Node.prototype, "state", void 0);
|
|
], Node.prototype, "state", void 0);
|
|
|
|
+ __decorate([
|
|
|
|
+ BABYLON.serialize()
|
|
|
|
+ ], Node.prototype, "metadata", void 0);
|
|
return Node;
|
|
return Node;
|
|
}());
|
|
}());
|
|
BABYLON.Node = Node;
|
|
BABYLON.Node = Node;
|