Class TutorialWelcomePage
Inheritance
TutorialWelcomePage
Syntax
public class TutorialWelcomePage : ScriptableObject
Fields
m_FinishButtonLabel
Declaration
public string m_FinishButtonLabel
Field Value
m_StartButtonLabel
Declaration
public string m_StartButtonLabel
Field Value
Properties
finishButtonLabel
Declaration
public string finishButtonLabel { get; }
Property Value
icon
Declaration
public Texture icon { get; }
Property Value
paragraphs
Declaration
public IEnumerable<TutorialParagraph> paragraphs { get; }
Property Value
startButtonLabel
Declaration
public string startButtonLabel { get; }
Property Value
title
Declaration
public string title { get; }
Property Value