Tidy up imports, add missing exports, rename some events for consistency
This commit is contained in:
19
dist/classes/GameObject.js
vendored
19
dist/classes/GameObject.js
vendored
@@ -1,19 +0,0 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const Vector3_1 = require("./Vector3");
|
||||
const Quaternion_1 = require("./Quaternion");
|
||||
class GameObject {
|
||||
constructor() {
|
||||
this.Position = Vector3_1.Vector3.getZero();
|
||||
this.Rotation = Quaternion_1.Quaternion.getIdentity();
|
||||
this.IsAttachment = false;
|
||||
this.NameValue = {};
|
||||
this.AngularVelocity = Vector3_1.Vector3.getZero();
|
||||
this.TreeSpecies = 0;
|
||||
this.SoundFlags = 0;
|
||||
this.SoundRadius = 1.0;
|
||||
this.SoundGain = 1.0;
|
||||
}
|
||||
}
|
||||
exports.GameObject = GameObject;
|
||||
//# sourceMappingURL=GameObject.js.map
|
||||
Reference in New Issue
Block a user