Property | Defined By | ||
---|---|---|---|
onlyTouchEnabled : Boolean [static]
Sets whether touchEnabled is required for a sucessful hit test. | TouchManager3D | ||
touchPicker : IPicker [static] | TouchManager3D |
Method | Defined By | ||
---|---|---|---|
deregisterTouchObject(t:*):void [static] | TouchManager3D | ||
hitTest3D(target:TouchContainer3D, x:Number, y:Number):Boolean [static] | TouchManager3D | ||
initialize():void [static] | TouchManager3D | ||
registerTouchObject(t:*, touch3d:Boolean = true):ITouchObject [static] | TouchManager3D |
onlyTouchEnabled | property |
onlyTouchEnabled:Boolean
Sets whether touchEnabled is required for a sucessful hit test.
public static function get onlyTouchEnabled():Boolean
public static function set onlyTouchEnabled(value:Boolean):void
touchPicker | property |
public static var touchPicker:IPicker
deregisterTouchObject | () | method |
public static function deregisterTouchObject(t:*):void
Parameters
t:* |
hitTest3D | () | method |
public static function hitTest3D(target:TouchContainer3D, x:Number, y:Number):Boolean
Parameters
target:TouchContainer3D | |
x:Number | |
y:Number |
Boolean |
initialize | () | method |
public static function initialize():void
registerTouchObject | () | method |
public static function registerTouchObject(t:*, touch3d:Boolean = true):ITouchObject
Parameters
t:* | |
touch3d:Boolean (default = true )
|
ITouchObject |