Class ARController
Inheritance
System.Object
ARController
Syntax
public class ARController : Controller
Fields
DesktopRotateAroundPivotSensitivity
Declaration
public float DesktopRotateAroundPivotSensitivity
Field Value
Type |
Description |
System.Single |
|
Declaration
public float DesktopScrollSensitivity
Field Value
Type |
Description |
System.Single |
|
syncRoot
Declaration
public Transform syncRoot
Field Value
Type |
Description |
Transform |
|
TouchPinchSensitivity
Declaration
public float TouchPinchSensitivity
Field Value
Type |
Description |
System.Single |
|
TouchRotateAroundPivotSensitivity
Declaration
public float TouchRotateAroundPivotSensitivity
Field Value
Type |
Description |
System.Single |
|
Methods
StartController(GestureListener)
Declaration
protected override void StartController(GestureListener listener)
Parameters
Overrides