Show / Hide Table of Contents

    Class MixedRealitySceneSystemProfile

    Configuration profile settings for setting up scene system.

    Inheritance
    Object
    BaseMixedRealityProfile
    MixedRealitySceneSystemProfile
    Namespace: Microsoft.MixedReality.Toolkit.SceneSystem
    Assembly: cs.temp.dll.dll
    Syntax
    [MixedRealityServiceProfile(typeof(IMixedRealitySceneSystem))]
    public class MixedRealitySceneSystemProfile : BaseMixedRealityProfile

    Properties

    ContentScenes

    Declaration
    public IEnumerable<SceneInfo> ContentScenes { get; }
    Property Value
    Type Description
    IEnumerable<SceneInfo>

    ContentTags

    Declaration
    public IEnumerable<string> ContentTags { get; }
    Property Value
    Type Description
    IEnumerable<String>

    DefaultLightingScene

    Declaration
    public SceneInfo DefaultLightingScene { get; }
    Property Value
    Type Description
    SceneInfo

    LightingScenes

    Declaration
    public IEnumerable<SceneInfo> LightingScenes { get; }
    Property Value
    Type Description
    IEnumerable<SceneInfo>

    ManagerScene

    Declaration
    public SceneInfo ManagerScene { get; }
    Property Value
    Type Description
    SceneInfo

    NumContentScenes

    Declaration
    public int NumContentScenes { get; }
    Property Value
    Type Description
    Int32

    NumLightingScenes

    Declaration
    public int NumLightingScenes { get; }
    Property Value
    Type Description
    Int32

    PermittedLightingSceneComponentTypes

    Declaration
    public IEnumerable<Type> PermittedLightingSceneComponentTypes { get; }
    Property Value
    Type Description
    IEnumerable<Type>

    UseLightingScene

    Declaration
    public bool UseLightingScene { get; }
    Property Value
    Type Description
    Boolean

    UseManagerScene

    Declaration
    public bool UseManagerScene { get; }
    Property Value
    Type Description
    Boolean

    Methods

    GetContentSceneNamesByTag(String)

    Declaration
    public IEnumerable<string> GetContentSceneNamesByTag(string tag)
    Parameters
    Type Name Description
    String tag
    Returns
    Type Description
    IEnumerable<String>

    GetLightingSceneSettings(String, out SceneInfo, out RuntimeLightingSettings, out RuntimeRenderSettings, out RuntimeSunlightSettings)

    Declaration
    public bool GetLightingSceneSettings(string lightingSceneName, out SceneInfo lightingScene, out RuntimeLightingSettings lightingSettings, out RuntimeRenderSettings renderSettings, out RuntimeSunlightSettings sunlightSettings)
    Parameters
    Type Name Description
    String lightingSceneName
    SceneInfo lightingScene
    RuntimeLightingSettings lightingSettings
    RuntimeRenderSettings renderSettings
    RuntimeSunlightSettings sunlightSettings
    Returns
    Type Description
    Boolean
    Back to top Generated by DocFX