Class CompositionSplash
The CompositionLayer package splash screen class.
Inherited Members
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, InstantiateParameters)
Object.InstantiateAsync<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
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
public class CompositionSplash : MonoBehaviour
Fields
colorScaleBias
The ColorScaleBiasExtension component attached to the CompositionLayer to control the splash screen alpha.
Declaration
public ColorScaleBiasExtension colorScaleBias
Field Value
Type | Description |
---|---|
ColorScaleBiasExtension |
compositionLayer
The CompositionLayer component that will be used to display the splash screen.
Declaration
[Header("References")]
public CompositionLayer compositionLayer
Field Value
Type | Description |
---|---|
CompositionLayer |
splashTexture
The TexturesExtension component attached to the CompositionLayer to control the splash screen texture.
Declaration
public TexturesExtension splashTexture
Field Value
Type | Description |
---|---|
TexturesExtension |