Function AssetAnimation.getTransformsAtTime

Called by gameobject animation components to get an animation pose

Prototype

gl3n.linalg.Matrix!(float,4,4)[] getTransformsAtTime(
  int animationNumber,
  float time
);

Parameters

NameDescription
time The current animations time

Returns

The boneTransforms, returned to the gameobject animation component

Authors

Copyright

License