CameraSettingsManager Class
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 that applies the appropriate camera settings based on the display type.
C#
[UnityEngine.AddComponentMenu("MRTK/Core/Camera Settings Manager")]
public class CameraSettingsManager : UnityEngine.MonoBehaviour
[<UnityEngine.AddComponentMenu("MRTK/Core/Camera Settings Manager")>]
type CameraSettingsManager = class
inherit MonoBehaviour
Public Class CameraSettingsManager
Inherits MonoBehaviour
- Inheritance
-
UnityEngine.MonoBehaviourCameraSettingsManager
- Attributes
-
UnityEngine.AddComponentMenuAttribute
Opaque |
The settings to apply when the display is opaque (VR). |
Transparent |
The settings to apply when the display is transparent (AR). |
منتج | الإصدارات |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |