Class FlyingCam
Main Script for controlling the UI behaviour and the movement of the Camera
Assembly: cs.temp.dll.dll
Syntax
public class FlyingCam : MonoBehaviour
Fields
AxisSensitivity
Declaration
public float AxisSensitivity
Field Value
DesktopAcceleration
Declaration
public float DesktopAcceleration
Field Value
MaxXAngle
Declaration
Field Value
PanSensitvity
Declaration
public float PanSensitvity
Field Value
SlideMod
Declaration
Field Value
VrAcceleration
Declaration
public float VrAcceleration
Field Value
XAxisSensitivity
Declaration
public float XAxisSensitivity
Field Value
YAxisSensitivity
Declaration
public float YAxisSensitivity
Field Value
ZoomSensitivity
Declaration
public float ZoomSensitivity
Field Value
Methods
addVertexPressed(Boolean)
Declaration
public void addVertexPressed(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
addVertexReleased(Boolean)
Declaration
public void addVertexReleased(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
delVertexPressed(Boolean)
Declaration
public void delVertexPressed(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
delVertexReleased(Boolean)
Declaration
public void delVertexReleased(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
gripPressed(Boolean)
Declaration
public void gripPressed(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
gripReleased(Boolean)
Declaration
public void gripReleased(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
HandleKeyInput(InputAction.CallbackContext)
Declaration
public void HandleKeyInput(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| InputAction.CallbackContext |
context |
|
HandleMouseClick(InputAction.CallbackContext)
Declaration
public void HandleMouseClick(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| InputAction.CallbackContext |
context |
|
HandleMouseRotation(InputAction.CallbackContext)
Declaration
public void HandleMouseRotation(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| InputAction.CallbackContext |
context |
|
HandleMove(InputAction.CallbackContext)
Declaration
public void HandleMove(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| InputAction.CallbackContext |
context |
|
HandlePanZoom(InputAction.CallbackContext)
Declaration
public void HandlePanZoom(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| InputAction.CallbackContext |
context |
|
HandleVertical(InputAction.CallbackContext)
Declaration
public void HandleVertical(InputAction.CallbackContext context)
Parameters
| Type |
Name |
Description |
| InputAction.CallbackContext |
context |
|
lhGripPressed(Boolean)
Declaration
public void lhGripPressed(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
lhGripRelaesed(Boolean)
Declaration
public void lhGripRelaesed(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
lhTriggerPressed(Boolean)
Declaration
public void lhTriggerPressed(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
lhTriggerReleased(Boolean)
Declaration
public void lhTriggerReleased(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
Move(Vector2)
Declaration
public void Move(Vector2 axis)
Parameters
| Type |
Name |
Description |
| Vector2 |
axis |
|
PanZoom(Vector2)
Declaration
public void PanZoom(Vector2 axis)
Parameters
| Type |
Name |
Description |
| Vector2 |
axis |
|
PointerHit(ObjectPointer.EventData)
Declaration
public void PointerHit(ObjectPointer.EventData data)
Parameters
| Type |
Name |
Description |
| ObjectPointer.EventData |
data |
|
PointerUnhit(ObjectPointer.EventData)
Declaration
public void PointerUnhit(ObjectPointer.EventData data)
Parameters
| Type |
Name |
Description |
| ObjectPointer.EventData |
data |
|
receiveRay(PointsCast.EventData)
Declaration
public void receiveRay(PointsCast.EventData data)
Parameters
| Type |
Name |
Description |
| PointsCast.EventData |
data |
|
ScaleDown(Boolean)
Declaration
public void ScaleDown(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
ScaleUp(Boolean)
Declaration
public void ScaleUp(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
triggerPressed(Boolean)
Declaration
public void triggerPressed(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|
triggerReleased(Boolean)
Declaration
public void triggerReleased(bool thisEvent)
Parameters
| Type |
Name |
Description |
| Boolean |
thisEvent |
|