Object constructor
Object({})
This is constructor of Object
Implementation
Object({
this.type,
this.version,
this.left,
this.top,
this.fill,
this.scaleX,
this.scaleY,
this.src,
this.avatarType,
this.animation,
});