Modifier

ManualCameraControl Class

Definition

Class for manually controlling the camera in the Unity editor. Used by the Input Simulation Service.

public ref class ManualCameraControl
public class ManualCameraControl
type ManualCameraControl = class
Public Class ManualCameraControl
Inheritance
ManualCameraControl

Constructors

ManualCameraControl(MixedRealityInputSimulationProfile)

Methods

SetInitialTransform(Transform)

Moves the camera transform based on the profile's origin offset

UpdateTransform(Transform, MouseDelta)

Translate and rotate the camera transform based on keyboard and mouse input.

Applies to