This reference page is linked to from the following overview topics: MotionBuilder 2014.
Heads Up display.
HUD Timeline element. Displays a timeline that shows Head, Cut, Tail regions, and current time cursor. The drawing is defined in the flash file(timeline.swf).
#include <fbhud.h>
Public Member Functions | |
FBHUDTimelineElement (const char *pName, HIObject pObject=NULL) | |
Constructor. | |
Public Attributes | |
FBPropertyColorAndAlpha | HeadActiveColor |
Read Write Property: Specifies color of the Head region when it is active. | |
FBPropertyColorAndAlpha | HeadIdleColor |
Read Write Property: Specifies color of the Head region when it is idle. | |
FBPropertyTime | HeadDuration |
Read Write Property: Specifies duration of the Head region. | |
FBPropertyColorAndAlpha | CutActiveColor |
Read Write Property: Specifies color of the Cut region when it is active. | |
FBPropertyColorAndAlpha | CutIdleColor |
Read Write Property: Specifies color of the Cut region when it is idle. | |
FBPropertyColorAndAlpha | TailActiveColor |
Read Write Property: Specifies color of the Tail region when it is active. | |
FBPropertyColorAndAlpha | TailIdleColor |
Read Write Property: Specifies color of the Tail region when it is idle. | |
FBPropertyTime | TailDuration |
Read Write Property: Specifies duration of the Tail region. |
FBHUDTimelineElement | ( | const char * | pName, |
HIObject | pObject = NULL |
||
) |
Constructor.
pName | Name of new HUD flash element. |
pObject | For internal use only. This parameter does not need to be specified by the developer. |
Read Write Property: Specifies color of the Head region when it is active.
Read Write Property: Specifies color of the Head region when it is idle.
Read Write Property: Specifies duration of the Head region.
Read Write Property: Specifies color of the Cut region when it is active.
Read Write Property: Specifies color of the Cut region when it is idle.
Read Write Property: Specifies color of the Tail region when it is active.
Read Write Property: Specifies color of the Tail region when it is idle.
Read Write Property: Specifies duration of the Tail region.