Add existing to tracked
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
// @ts-check
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
* @private
|
||||
*/
|
||||
const ModelAnimationState = {
|
||||
STOPPED: 0,
|
||||
ANIMATING: 1,
|
||||
};
|
||||
|
||||
Object.freeze(ModelAnimationState);
|
||||
|
||||
export default ModelAnimationState;
|
||||
Reference in New Issue
Block a user