Show / Hide Table of Contents

Class HolographicSettings

Inheritance
Object
HolographicSettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.XR.WSA
Assembly: UnityEngine.dll
Syntax
public class HolographicSettings

Properties

IsContentProtectionEnabled

Declaration
public static bool IsContentProtectionEnabled { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IsDisplayOpaque

Declaration
public static bool IsDisplayOpaque { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IsLatentFramePresentation

Declaration
[Obsolete("Support for toggling latent frame presentation has been removed, and IsLatentFramePresentation will always return true", false)]
public static bool IsLatentFramePresentation { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

ReprojectionMode

Declaration
public static HolographicSettings.HolographicReprojectionMode ReprojectionMode { get; set; }
Property Value
Type Description
HolographicSettings.HolographicReprojectionMode

Methods

| Improve this Doc View Source

ActivateLatentFramePresentation(Boolean)

Declaration
[Obsolete("Support for toggling latent frame presentation has been removed", true)]
public static void ActivateLatentFramePresentation(bool activated)
Parameters
Type Name Description
Boolean activated
| Improve this Doc View Source

SetFocusPointForFrame(Vector3)

Declaration
public static void SetFocusPointForFrame(Vector3 position)
Parameters
Type Name Description
Vector3 position
| Improve this Doc View Source

SetFocusPointForFrame(Vector3, Vector3)

Declaration
public static void SetFocusPointForFrame(Vector3 position, Vector3 normal)
Parameters
Type Name Description
Vector3 position
Vector3 normal
| Improve this Doc View Source

SetFocusPointForFrame(Vector3, Vector3, Vector3)

Declaration
public static void SetFocusPointForFrame(Vector3 position, Vector3 normal, Vector3 velocity)
Parameters
Type Name Description
Vector3 position
Vector3 normal
Vector3 velocity

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX