Touch3DManager enforces a singleton pattern and is not intended to be instanced. it provides a manager object for detecting 3D touch hits on View3D objects and sending out 3D touch events.


Can be created using method new:

Lib.Away3D.Core.Managers.Touch3DManager.new()

Creates a new Touch3DManager object.



Created Touch3DManager object has properties:

forceTouchMove

Boolean

touchPicker

IPicker: RaycastPicker, ShaderPicker


methods:

disableTouchListeners(view)


view - (View3D)

dispose()



enableTouchListeners(view)


view - (View3D)

fireTouchEvents()



updateCollider(view)


view - (View3D)

Created with the Personal Edition of HelpNDoc: iPhone web sites made easy