Interface function for typed property tracks.
StaticcreateCreates a FloatCurvePropertyTrack. Stores and samples explicit curves.
StaticcreateCreates a QuatPropertyTrack. Samples down curves at 30 FPS and uses SLERP.
StaticcreateCreates a Vec3CurvePropertyTrack. Stores and samples explicit curves.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Interface function for typed property tracks.
Vec3AnimationPropertyTrack. Stores vec3 key framed, uses linear interpolation.