Class Splashscreen
Class Splashscreen.
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Global Namespace
Syntax
public class Splashscreen : MonoBehaviour
Properties
canvasGroup
Gets or sets the canvas group.
Declaration
public CanvasGroup canvasGroup { get; set; }
Property Value
Type | Description |
---|---|
CanvasGroup | The canvas group. |
progressBar
Gets or sets the progress bar.
Declaration
public Slider progressBar { get; set; }
Property Value
Type | Description |
---|---|
Slider | The progress bar. |
progressText
Gets or sets the progress text.
Declaration
public TextMeshProUGUI progressText { get; set; }
Property Value
Type | Description |
---|---|
TextMeshProUGUI | The progress text. |
splashscreenBackground
Gets or sets the splashscreen background.
Declaration
public Image splashscreenBackground { get; set; }
Property Value
Type | Description |
---|---|
Image | The splashscreen background. |
splashscreenCanvasGroup
Gets or sets the splashscreen canvas group.
Declaration
public CanvasGroup splashscreenCanvasGroup { get; set; }
Property Value
Type | Description |
---|---|
CanvasGroup | The splashscreen canvas group. |
splashscreenImage
Gets or sets the splashscreen image.
Declaration
public Sprite splashscreenImage { get; set; }
Property Value
Type | Description |
---|---|
Sprite | The splashscreen image. |
splashscreenTitle
Gets or sets the splashscreen title.
Declaration
public TextMeshProUGUI splashscreenTitle { get; set; }
Property Value
Type | Description |
---|---|
TextMeshProUGUI | The splashscreen title. |
transitionImage
Gets or sets the transition image.
Declaration
public Sprite transitionImage { get; set; }
Property Value
Type | Description |
---|---|
Sprite | The transition image. |