Show / Hide Table of Contents

Struct ReticleVisual.FaceCameraSettings

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Liminal.SDK.VR.Pointers
Assembly: Liminal.SDK.dll
Syntax
[Serializable]
public struct FaceCameraSettings

Constructors

| Improve this Doc View Source

FaceCameraSettings(Boolean)

Declaration
public FaceCameraSettings(bool enableAll)
Parameters
Type Name Description
System.Boolean enableAll

Fields

| Improve this Doc View Source

AlongXAxis

Declaration
public bool AlongXAxis
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

AlongYAxis

Declaration
public bool AlongYAxis
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

AlongZAxis

Declaration
public bool AlongZAxis
Field Value
Type Description
System.Boolean

Properties

| Improve this Doc View Source

IsAnyAxisOff

Indicates if any axes are set to false.

Declaration
public bool IsAnyAxisOff { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX