ManualCameraControl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |