Search Results for

    Show / Hide Table of Contents

    Class LayerManager

    Inheritance
    System.Object
    LayerManager
    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 static class LayerManager

    Properties

    BackSurfaceCameraLayer

    Declaration
    public static int BackSurfaceCameraLayer { get; }
    Property Value
    Type Description
    System.Int32

    CenterSurfaceCameraLayer

    Declaration
    public static int CenterSurfaceCameraLayer { get; }
    Property Value
    Type Description
    System.Int32

    FloorSurfaceCameraLayer

    Declaration
    public static int FloorSurfaceCameraLayer { get; }
    Property Value
    Type Description
    System.Int32

    ImmersiveSimulatorLayer

    Declaration
    public static int ImmersiveSimulatorLayer { get; }
    Property Value
    Type Description
    System.Int32

    LeftSurfaceCameraLayer

    Declaration
    public static int LeftSurfaceCameraLayer { get; }
    Property Value
    Type Description
    System.Int32

    RightSurfaceCameraLayer

    Declaration
    public static int RightSurfaceCameraLayer { get; }
    Property Value
    Type Description
    System.Int32

    SimulatorLayerMask

    Declaration
    public static int SimulatorLayerMask { get; }
    Property Value
    Type Description
    System.Int32

    WallsCameraLayer

    Declaration
    public static int WallsCameraLayer { get; }
    Property Value
    Type Description
    System.Int32

    WallsWithoutBackCameraLayer

    Declaration
    public static int WallsWithoutBackCameraLayer { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetLayerForSurface(SurfaceLocation)

    Declaration
    public static int GetLayerForSurface(SurfaceLocation surface)
    Parameters
    Type Name Description
    SurfaceLocation surface
    Returns
    Type Description
    System.Int32

    IgnoreSimulatorLayer(Light)

    Declaration
    public static void IgnoreSimulatorLayer(this Light light)
    Parameters
    Type Name Description
    Light light

    RemoveSimulatorFromCullingMask(Int32)

    A Method which will remove the Simulator Layer from a provided layer mask.

    Declaration
    public static int RemoveSimulatorFromCullingMask(int oldMask)
    Parameters
    Type Name Description
    System.Int32 oldMask

    The layer mask you wish to turn off the Simulator Layer.

    Returns
    Type Description
    System.Int32

    A layer mask with the simulator layer removed.

    RemoveSurfaceLayerFromCullingMask(Int32, SurfaceLocation)

    Declaration
    public static int RemoveSurfaceLayerFromCullingMask(int oldMask, SurfaceLocation surface)
    Parameters
    Type Name Description
    System.Int32 oldMask
    SurfaceLocation surface
    Returns
    Type Description
    System.Int32
    In This Article
    Back to top Immersive Interactive