Class MousePanZoomRotate
Class MousePanZoomRotate.
Namespace: Unity.Industrial.Forma.RuntimeUI.Camera
Syntax
public class MousePanZoomRotate : MonoBehaviour
Fields
application
The application
Declaration
public MousePanZoomRotate.ApplicationStyle application
Field Value
| Type | Description |
|---|---|
| MousePanZoomRotate.ApplicationStyle |
distanceToTarget
The distance to target
Declaration
public float distanceToTarget
Field Value
| Type | Description |
|---|---|
| Single |
maxDistanceToTarget
The maximum distance to target
Declaration
public float maxDistanceToTarget
Field Value
| Type | Description |
|---|---|
| Single |
maximumRotationStopAboutY
The maximum rotation stop about y
Declaration
public int maximumRotationStopAboutY
Field Value
| Type | Description |
|---|---|
| Int32 |
minDistanceToTarget
The minimum distance to target
Declaration
public float minDistanceToTarget
Field Value
| Type | Description |
|---|---|
| Single |
minimumRotationStopAboutY
The minimum rotation stop about y
Declaration
public int minimumRotationStopAboutY
Field Value
| Type | Description |
|---|---|
| Int32 |
panSpeed
The pan speed
Declaration
public float panSpeed
Field Value
| Type | Description |
|---|---|
| Single |
rotationSpeedAboutX
The rotation speed about x
Declaration
public float rotationSpeedAboutX
Field Value
| Type | Description |
|---|---|
| Single |
rotationSpeedAboutY
The rotation speed about y
Declaration
public float rotationSpeedAboutY
Field Value
| Type | Description |
|---|---|
| Single |
target
The target
Declaration
public Transform target
Field Value
| Type | Description |
|---|---|
| Transform |
targetOffset
The target offset
Declaration
public Vector3 targetOffset
Field Value
| Type | Description |
|---|---|
| Vector3 |
zoomDampening
The zoom dampening
Declaration
public float zoomDampening
Field Value
| Type | Description |
|---|---|
| Single |
zoomRate
The zoom rate
Declaration
public int zoomRate
Field Value
| Type | Description |
|---|---|
| Int32 |
Methods
Init()
Initializes this instance.
Declaration
public void Init()