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 FaceCameraSettingsConstructors
| Improve this Doc View SourceFaceCameraSettings(Boolean)
Declaration
public FaceCameraSettings(bool enableAll)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | enableAll | 
Fields
| Improve this Doc View SourceAlongXAxis
Declaration
public bool AlongXAxisField Value
| Type | Description | 
|---|---|
| System.Boolean | 
AlongYAxis
Declaration
public bool AlongYAxisField Value
| Type | Description | 
|---|---|
| System.Boolean | 
AlongZAxis
Declaration
public bool AlongZAxisField Value
| Type | Description | 
|---|---|
| System.Boolean | 
Properties
| Improve this Doc View SourceIsAnyAxisOff
Indicates if any axes are set to false.
Declaration
public bool IsAnyAxisOff { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean |