Class CompositionSplash
The CompositionLayer package splash screen class.
Inherited Members
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 |
---|---|
Color |
compositionLayer
The CompositionLayer component that will be used to display the splash screen.
Declaration
[Header("References")]
public CompositionLayer compositionLayer
Field Value
Type | Description |
---|---|
Composition |
splashTexture
The TexturesExtension component attached to the CompositionLayer to control the splash screen texture.
Declaration
public TexturesExtension splashTexture
Field Value
Type | Description |
---|---|
Textures |