Class HolographicSettings
Inheritance
HolographicSettings
Assembly: UnityEngine.dll
Syntax
public class HolographicSettings
Properties
IsContentProtectionEnabled
Declaration
public static bool IsContentProtectionEnabled { get; set; }
Property Value
|
Improve this Doc
View Source
IsDisplayOpaque
Declaration
public static bool IsDisplayOpaque { get; }
Property Value
|
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
|
Improve this Doc
View Source
ReprojectionMode
Declaration
public static HolographicSettings.HolographicReprojectionMode ReprojectionMode { get; set; }
Property Value
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
|
Improve this Doc
View Source
SetFocusPointForFrame(Vector3, Vector3, Vector3)
Declaration
public static void SetFocusPointForFrame(Vector3 position, Vector3 normal, Vector3 velocity)
Parameters
Extension Methods