| Constant | Defined by | ||
|---|---|---|---|
| KNOB : int = 0 [static]
Knob hit index indicating that the user have hit a Knob.
| DiagramHitType | ||
| LINKBAR : int = -3 [static]
Link bar hit index indicating that the user have hit the linkbar.
| DiagramHitType | ||
| NONE : int = -2 [static]
No Hit element.
| DiagramHitType | ||
| SPRITE : int = -1 [static]
Sprite hit index indicating that the user have hit a Sprite.
| DiagramHitType | ||
| KNOB | constant |
public static const KNOB:int = 0Knob hit index indicating that the user have hit a Knob.
| LINKBAR | constant |
public static const LINKBAR:int = -3Link bar hit index indicating that the user have hit the linkbar.
| NONE | constant |
public static const NONE:int = -2No Hit element.
| SPRITE | constant |
public static const SPRITE:int = -1Sprite hit index indicating that the user have hit a Sprite.