Torque3D Documentation / _generateds / AnimatedElement

AnimatedElement

Engine/source/ts/collada/colladaUtils.h

More...

Public Attributes

T

Default value (used when element is NULL)

const daeElement *

The Collada element (can be NULL)

Public Functions

AnimatedElement(const daeElement * e)
T
getValue(F32 time)

Get the value of the element at the specified time.

bool

Check if the element has any animations channels.

bool
isAnimated(F32 start, F32 end)

Detailed Description

Public Attributes

T defaultVal 

Default value (used when element is NULL)

const daeElement * element 

The Collada element (can be NULL)

Public Functions

AnimatedElement(const daeElement * e)

getValue(F32 time)

Get the value of the element at the specified time.

isAnimated()

Check if the element has any animations channels.

isAnimated(F32 start, F32 end)