Search Results for

    Show / Hide Table of Contents

    Class ContentAreaGuideConfiguration3D

    Inheritance
    System.Object
    ContentAreaGuideConfiguration
    ContentAreaGuideConfiguration3D
    Inherited Members
    ContentAreaGuideConfiguration.LineWidth
    ContentAreaGuideConfiguration.StandardCameraAspectRatio
    ContentAreaGuideConfiguration.DisplayTouchableRegion
    ContentAreaGuideConfiguration.DisplayGuarenteedVisibleRegion
    ContentAreaGuideConfiguration.DisplayRoomCorners
    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 class ContentAreaGuideConfiguration3D : ContentAreaGuideConfiguration

    Constructors

    ContentAreaGuideConfiguration3D(RuntimeSettings, ImmersiveManagerSettings)

    Declaration
    public ContentAreaGuideConfiguration3D(RuntimeSettings runtimeSettings, ImmersiveManagerSettings immersiveManagerSettings)
    Parameters
    Type Name Description
    RuntimeSettings runtimeSettings
    ImmersiveManagerSettings immersiveManagerSettings

    Properties

    CameraScalingMode

    Declaration
    public CameraScalingMode CameraScalingMode { get; }
    Property Value
    Type Description
    CameraScalingMode

    LocalPosition

    Declaration
    public override Vector3 LocalPosition { get; }
    Property Value
    Type Description
    Vector3
    Overrides
    ContentAreaGuideConfiguration.LocalPosition

    Scale

    Declaration
    public override Vector3 Scale { get; }
    Property Value
    Type Description
    Vector3
    Overrides
    ContentAreaGuideConfiguration.Scale

    Methods

    HasConfigurationChanged(ContentAreaGuideConfiguration)

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