Class TutorialPage
Syntax
public class TutorialPage : ScriptableObject
Properties
allCriteriaAreSatisfied
Declaration
public bool allCriteriaAreSatisfied { get; }
Property Value
autoAdvanceOnComplete
Declaration
public bool autoAdvanceOnComplete { get; set; }
Property Value
currentMaskingSettings
Declaration
public MaskingSettings currentMaskingSettings { get; }
Property Value
doneButton
Declaration
public string doneButton { get; set; }
Property Value
guid
Declaration
public string guid { get; }
Property Value
hasMovedToNextPage
Declaration
public bool hasMovedToNextPage { get; }
Property Value
nextButton
Declaration
public string nextButton { get; set; }
Property Value
paragraphs
Declaration
public TutorialParagraphCollection paragraphs { get; }
Property Value
Methods
HasCriteria()
Declaration
public bool HasCriteria()
Returns
OnPageCompleted()
Declaration
public void OnPageCompleted()
RaiseOnAfterPageShownEvent()
Called right after the frontend of the page is displayed to the user
Declaration
public void RaiseOnAfterPageShownEvent()
RaiseOnBeforePageShownEvent()
Called when the frontend of the page has not been displayed yet to the user
Declaration
public void RaiseOnBeforePageShownEvent()
RaiseTutorialPageMaskingSettingsChangedEvent()
Declaration
public void RaiseTutorialPageMaskingSettingsChangedEvent()
RaiseTutorialPageNonMaskingSettingsChangedEvent()
Declaration
public void RaiseTutorialPageNonMaskingSettingsChangedEvent()
ResetUserProgress()
Declaration
public void ResetUserProgress()
UpdateFutureObjectReferenceName(FutureObjectReference)
Declaration
public void UpdateFutureObjectReferenceName(FutureObjectReference futureReference)
Parameters
Events
criteriaCompletionStateTested
Declaration
public static event Action<TutorialPage> criteriaCompletionStateTested
Event Type
tutorialPageMaskingSettingsChanged
Declaration
public static event Action<TutorialPage> tutorialPageMaskingSettingsChanged
Event Type
tutorialPageNonMaskingSettingsChanged
Declaration
public static event Action<TutorialPage> tutorialPageNonMaskingSettingsChanged
Event Type