Cone.helpers
Summary
Bunch of methods I didn't find inside BabylonJS, that I coded for myself.
Please tell me if they exist
Methods
cloneObject
Syntax
Summary
Clone object (simple, not deep reccursive)
getAnimationNamesFromMesh
Syntax
getAnimationNamesFromMesh
Array
static
Summary
isAnimationRegistered
Syntax
isAnimationRegistered
Boolean
static
Summary
Parameters:
-
mesh
BABYLON.Mesh
-
animationName
String
removeAnimationFromMesh
Syntax
removeAnimationFromMesh
Boolean
static
Summary
Removes the animation from the mesh
returns true if the animation was removed / false if there was no animation to remove
Parameters:
-
mesh
BABYLON.Mesh
-
animationName
String