Packagecom.gestureworks.away3d
Classpublic class TouchManager3D
InheritanceTouchManager3D Inheritance Object



Public Properties
 PropertyDefined By
  onlyTouchEnabled : Boolean
[static] Sets whether touchEnabled is required for a sucessful hit test.
TouchManager3D
  touchPicker : IPicker
[static]
TouchManager3D
Public Methods
 MethodDefined By
  
[static]
TouchManager3D
  
hitTest3D(target:TouchContainer3D, x:Number, y:Number):Boolean
[static]
TouchManager3D
  
initialize():void
[static]
TouchManager3D
  
registerTouchObject(t:*, touch3d:Boolean = true):ITouchObject
[static]
TouchManager3D
Property Detail
onlyTouchEnabledproperty
onlyTouchEnabled:Boolean

Sets whether touchEnabled is required for a sucessful hit test.


Implementation
    public static function get onlyTouchEnabled():Boolean
    public static function set onlyTouchEnabled(value:Boolean):void
touchPickerproperty 
public static var touchPicker:IPicker

Method Detail
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

Returns
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)

Returns
ITouchObject