Class CameraDeviceDisplay
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Display of a regular camera. You can simulate screen rotation in the Unity Editor or on a PC to accommodate special screen placement requirements.
[DisallowMultipleComponent]
public class CameraDeviceDisplay : MonoBehaviour, IDisplay
- Inheritance
-
CameraDeviceDisplay
- Implements
Fields
Mode
Display Mode.
public CameraDeviceDisplay.DisplayMode Mode
Field Value
Properties
Rotation
Device Rotation Information.
public int Rotation { get; }
Property Value
Methods
EmulateRotation(RotationMode)
Simulate screen rotation as mode.
public void EmulateRotation(DisplayEmulator.RotationMode mode)
Parameters
mode