Property | Defined By | ||
---|---|---|---|
leapmode : String = 3d [static] | MotionManager | ||
lmManager : LeapManager [static] | MotionManager | ||
motionSprite : TouchSprite [static] | MotionManager | ||
mpoints : Dictionary [static] | MotionManager | ||
touchObjects : Dictionary [static] | MotionManager |
Method | Defined By | ||
---|---|---|---|
onFrame(event:LeapEvent):void [static] | MotionManager | ||
onMotionBegin(event:GWMotionEvent):void [static] | MotionManager | ||
onMotionEnd(event:GWMotionEvent):void [static] | MotionManager | ||
onMotionMove(event:GWMotionEvent):void [static] | MotionManager | ||
registerMotionPoint(mpo:MotionPointObject):void [static] | MotionManager |
leapmode | property |
public static var leapmode:String = 3d
lmManager | property |
public static var lmManager:LeapManager
motionSprite | property |
public static var motionSprite:TouchSprite
mpoints | property |
public static var mpoints:Dictionary
touchObjects | property |
public static var touchObjects:Dictionary
deInitialize | () | method |
gw_public static function deInitialize():void
initialize | () | method |
gw_public static function initialize():void
onFrame | () | method |
public static function onFrame(event:LeapEvent):void
Parameters
event:LeapEvent |
onMotionBegin | () | method |
onMotionEnd | () | method |
onMotionMove | () | method |
registerMotionPoint | () | method |
public static function registerMotionPoint(mpo:MotionPointObject):void
Parameters
mpo:MotionPointObject |