Class: AnimVal

Parent class: AnimChannel

The AnimVal class represents an animated sequence of numerical values.

Member Functions


void SetValue()

Set the value at a given frame.

Return value: none when (int): frame number val (float): the value to set
float GetValue()

Return the value of this channel at a given frame.

Return value (float): value at the given frame when (int): frame number

Member Variables


value (float)

The current value of the channel.