AnimationData.getTransformsAtTime

Called by gameobject animation components to get an animation pose

class AnimationData
mat4f[]
getTransformsAtTime
()

Parameters

time
Type: float

The current animations time

Return Value

Type: mat4f[]

The boneTransforms, returned to the gameobject animation component

Meta