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 SourceFaceCameraSettings(Boolean)
Declaration
public FaceCameraSettings(bool enableAll)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enableAll |
Fields
| Improve this Doc View SourceAlongXAxis
Declaration
public bool AlongXAxis
Field Value
Type | Description |
---|---|
System.Boolean |
AlongYAxis
Declaration
public bool AlongYAxis
Field Value
Type | Description |
---|---|
System.Boolean |
AlongZAxis
Declaration
public bool AlongZAxis
Field 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 |