Search Results for

    Show / Hide Table of Contents

    Class ContentAreaGuideConfiguration

    Inheritance
    System.Object
    ContentAreaGuideConfiguration
    ContentAreaGuideConfiguration2D
    ContentAreaGuideConfiguration3D
    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()
    Namespace: Immersive
    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
    Type Description
    Vector3

    Scale

    Declaration
    public abstract Vector3 Scale { get; }
    Property Value
    Type Description
    Vector3

    StandardCameraAspectRatio

    Declaration
    public float StandardCameraAspectRatio { get; }
    Property Value
    Type Description
    System.Single

    Methods

    HasConfigurationChanged(ContentAreaGuideConfiguration)

    Declaration
    public abstract bool HasConfigurationChanged(ContentAreaGuideConfiguration oldConfig)
    Parameters
    Type Name Description
    ContentAreaGuideConfiguration oldConfig
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Immersive Interactive