AnimChannel_ACScalarSwitchType

template<>
class AnimChannel<ACScalarSwitchType>

Bases: AnimChannelBase

Inheritance diagram

Inheritance diagram of AnimChannel_ACScalarSwitchType

static TypeHandle get_class_type(void)
virtual void get_hpr(int frame, LVecBase3 &hpr)
virtual void get_pos(int frame, LVecBase3 &pos)
virtual void get_quat(int frame, LQuaternion &quat)
virtual void get_scale(int frame, LVecBase3 &scale)
virtual void get_shear(int frame, LVecBase3 &shear)
virtual void get_value(int frame, PN_stdfloat &value) = 0
virtual void get_value_no_scale_shear(int frame, PN_stdfloat &value)

These transform-component methods only have meaning for matrix types.

virtual TypeHandle get_value_type(void) const