Class ContentAreaGuideConfiguration
Inheritance
System.Object
ContentAreaGuideConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: cs.temp.dll.dll
Syntax
public abstract class ContentAreaGuideConfiguration
Constructors
ContentAreaGuideConfiguration(RuntimeSettings, ImmersiveManagerSettings)
Declaration
public ContentAreaGuideConfiguration(RuntimeSettings runtimeSettings, ImmersiveManagerSettings immersiveManagerSettings)
Parameters
| Type |
Name |
Description |
| RuntimeSettings |
runtimeSettings |
|
| ImmersiveManagerSettings |
immersiveManagerSettings |
|
Properties
DisplayGuarenteedVisibleRegion
Declaration
public bool DisplayGuarenteedVisibleRegion { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
DisplayRoomCorners
Declaration
public bool DisplayRoomCorners { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
DisplayTouchableRegion
Declaration
public bool DisplayTouchableRegion { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
LineWidth
Declaration
public float LineWidth { get; }
Property Value
| Type |
Description |
| System.Single |
|
LocalPosition
Declaration
public abstract Vector3 LocalPosition { get; }
Property Value
Scale
Declaration
public abstract Vector3 Scale { get; }
Property Value
StandardCameraAspectRatio
Declaration
public float StandardCameraAspectRatio { get; }
Property Value
| Type |
Description |
| System.Single |
|
Methods
HasConfigurationChanged(ContentAreaGuideConfiguration)
Declaration
public abstract bool HasConfigurationChanged(ContentAreaGuideConfiguration oldConfig)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|