Class SimulatedExifData
Provides camera specifications and simulated EXIF data for a Camera GameObject for XR Simulation.
Inherited Members
Component.GetComponent<T>()
Component.TryGetComponent<T>(out T)
Component.GetComponentInChildren<T>()
Component.GetComponentsInChildren<T>()
Component.GetComponentInParent<T>()
Component.GetComponentsInParent<T>()
Component.GetComponents<T>()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.XR.Simulation
Assembly: Unity.XR.Simulation.dll
Syntax
[RequireComponent(typeof(Camera))]
[DisallowMultipleComponent]
[AddComponentMenu("")]
public class SimulatedExifData : MonoBehaviour
Properties
apertureValue
Get the lens aperture.
Declaration
public double apertureValue { get; set; }
Property Value
Type | Description |
---|---|
double | The lens aperture. |
exposureBiasValue
Get the exposure bias.
Declaration
public float exposureBiasValue { get; set; }
Property Value
Type | Description |
---|---|
float | The exposure bias. |
focalLength
Get the lens focal length in millimeters.
Declaration
public float focalLength { get; set; }
Property Value
Type | Description |
---|---|
float | The lens focal length in millimeters. |
meteringMode
Get the metering mode.
Declaration
public XRCameraFrameExifDataMeteringMode meteringMode { get; set; }
Property Value
Type | Description |
---|---|
XRCameraFrameExifDataMeteringMode | The metering mode. |
photographicSensitivity
Get the photographic sensitivity (ISO).
Declaration
public short photographicSensitivity { get; set; }
Property Value
Type | Description |
---|---|
short | The photographic sensitivity (ISO). |