Class CompositionLayersRuntimeSettings
Settings class for composition layer emulation in standalone.
Inheritance
ScriptableSettingsBase
ScriptableSettingsBase<CompositionLayersRuntimeSettings>
ScriptableSettings<CompositionLayersRuntimeSettings>
CompositionLayersRuntimeSettings
Inherited Members
ScriptableSettings<CompositionLayersRuntimeSettings>.Instance
ScriptableSettingsBase<CompositionLayersRuntimeSettings>.HasCustomPath
ScriptableSettingsBase<CompositionLayersRuntimeSettings>.BaseInstance
ScriptableSettingsBase<CompositionLayersRuntimeSettings>.GetFilePath()
ScriptableSettingsBase.PathExceptionMessage
ScriptableSettingsBase.OnLoaded()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Scene)
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.XR.CompositionLayers
Assembly: Unity.XR.CompositionLayers.dll
Syntax
[ScriptableSettingsPath("Assets/CompositionLayers/UserSettings")]
public class CompositionLayersRuntimeSettings : ScriptableSettings<CompositionLayersRuntimeSettings>
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color |
CylinderLayerData
Declaration
public CylinderLayerData CylinderLayerData { get; }
Property Value
Type | Description |
---|---|
CylinderLayerData |
EmulationInStandalone
Declaration
public bool EmulationInStandalone { get; }
Property Value
Type | Description |
---|---|
bool |
EnableSplashScreen
Declaration
public bool EnableSplashScreen { get; }
Property Value
Type | Description |
---|---|
bool |
FadeInDuration
Declaration
public float FadeInDuration { get; }
Property Value
Type | Description |
---|---|
float |
FadeOutDuration
Declaration
public float FadeOutDuration { get; }
Property Value
Type | Description |
---|---|
float |
FollowDistance
Declaration
public float FollowDistance { get; }
Property Value
Type | Description |
---|---|
float |
FollowSpeed
Declaration
public float FollowSpeed { get; }
Property Value
Type | Description |
---|---|
float |
LayerType
Declaration
public CompositionLayersRuntimeSettings.Layer LayerType { get; }
Property Value
Type | Description |
---|---|
CompositionLayersRuntimeSettings.Layer |
LockToHorizon
Declaration
public bool LockToHorizon { get; }
Property Value
Type | Description |
---|---|
bool |
QuadLayerData
Declaration
public QuadLayerData QuadLayerData { get; }
Property Value
Type | Description |
---|---|
QuadLayerData |
SplashDuration
Declaration
public float SplashDuration { get; }
Property Value
Type | Description |
---|---|
float |
SplashImage
Declaration
public Texture SplashImage { get; }
Property Value
Type | Description |
---|---|
Texture |