Class MixedRealitySceneSystemProfile
Configuration profile settings for setting up scene system.
Inheritance
MixedRealitySceneSystemProfile
Implements
ScriptableObject
Assembly: cs.temp.dll.dll
public class MixedRealitySceneSystemProfile : BaseMixedRealityProfile, ScriptableObject
Properties
ContentScenes
Declaration
public IEnumerable<SceneInfo> ContentScenes { get; }
Property Value
ContentScenes
Declaration
public IEnumerable<SceneInfo> ContentScenes { get; }
Property Value
ContentTags
Declaration
public IEnumerable<string> ContentTags { get; }
Property Value
Type |
Description |
IEnumerable<String> |
|
ContentTags
Declaration
public IEnumerable<string> ContentTags { get; }
Property Value
Type |
Description |
IEnumerable<String> |
|
Declaration
public SceneInfo DefaultLightingScene { get; }
Property Value
Declaration
public SceneInfo DefaultLightingScene { get; }
Property Value
Declaration
public IEnumerable<SceneInfo> LightingScenes { get; }
Property Value
Declaration
public IEnumerable<SceneInfo> LightingScenes { get; }
Property Value
Declaration
public SceneInfo ManagerScene { get; }
Property Value
Declaration
public SceneInfo ManagerScene { get; }
Property Value
NumContentScenes
Declaration
public int NumContentScenes { get; }
Property Value
NumContentScenes
Declaration
public int NumContentScenes { get; }
Property Value
Declaration
public int NumLightingScenes { get; }
Property Value
Declaration
public int NumLightingScenes { get; }
Property Value
Declaration
public IEnumerable<Type> PermittedLightingSceneComponentTypes { get; }
Property Value
Type |
Description |
IEnumerable<Type> |
|
Declaration
public IEnumerable<Type> PermittedLightingSceneComponentTypes { get; }
Property Value
Type |
Description |
IEnumerable<Type> |
|
Declaration
public bool UseLightingScene { get; }
Property Value
Declaration
public bool UseLightingScene { get; }
Property Value
Declaration
public bool UseManagerScene { get; }
Property Value
Declaration
public bool UseManagerScene { get; }
Property Value
Methods
GetContentSceneNamesByTag(String)
Declaration
public IEnumerable<string> GetContentSceneNamesByTag(string tag)
Parameters
Type |
Name |
Description |
String |
tag |
|
Returns
Type |
Description |
IEnumerable<String> |
|
GetContentSceneNamesByTag(String)
Declaration
public IEnumerable<string> GetContentSceneNamesByTag(string tag)
Parameters
Type |
Name |
Description |
String |
tag |
|
Returns
Type |
Description |
IEnumerable<String> |
|
Declaration
public bool GetLightingSceneSettings(string lightingSceneName, out SceneInfo lightingScene, out RuntimeLightingSettings lightingSettings, out RuntimeRenderSettings renderSettings, out RuntimeSunlightSettings sunlightSettings)
Parameters
Returns
Declaration
public bool GetLightingSceneSettings(string lightingSceneName, out SceneInfo lightingScene, out RuntimeLightingSettings lightingSettings, out RuntimeRenderSettings renderSettings, out RuntimeSunlightSettings sunlightSettings)
Parameters
Returns
Implements
ScriptableObject