Search Results for

    Show / Hide Table of Contents

    Class InGameTutorialManager

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    LogicBehaviour
    ManagerBase<InGameTutorialManager>
    InGameTutorialManager
    Implements
    ILogicUpdate
    Inherited Members
    ManagerBase<InGameTutorialManager>.instance
    ManagerBase<InGameTutorialManager>.softInstance
    ManagerBase<InGameTutorialManager>.Awake()
    ManagerBase<InGameTutorialManager>.OnEnable()
    ManagerBase<InGameTutorialManager>.OnDisable()
    LogicBehaviour.shouldRegisterUpdates
    LogicBehaviour.GetComponent<T>(out T)
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class InGameTutorialManager : ManagerBase<InGameTutorialManager>, ILogicUpdate

    Fields

    arrowPrefab

    Declaration
    public TutorialArrow arrowPrefab
    Field Value
    Type Description
    TutorialArrow

    isTutorialDisabled

    Declaration
    public bool isTutorialDisabled
    Field Value
    Type Description
    bool

    refEditKeyDisplay

    Declaration
    public Transform refEditKeyDisplay
    Field Value
    Type Description
    UnityEngine.Transform

    refGeneralSkills

    Declaration
    public Transform refGeneralSkills
    Field Value
    Type Description
    UnityEngine.Transform

    refHuntImminentProgress

    Declaration
    public Transform refHuntImminentProgress
    Field Value
    Type Description
    UnityEngine.Transform

    refHuntProgress

    Declaration
    public Transform refHuntProgress
    Field Value
    Type Description
    UnityEngine.Transform

    refSkillButtonE

    Declaration
    public Transform refSkillButtonE
    Field Value
    Type Description
    UnityEngine.Transform

    refSkillButtonMovement

    Declaration
    public Transform refSkillButtonMovement
    Field Value
    Type Description
    UnityEngine.Transform

    refSkillButtonQ

    Declaration
    public Transform refSkillButtonQ
    Field Value
    Type Description
    UnityEngine.Transform

    refSkillButtonR

    Declaration
    public Transform refSkillButtonR
    Field Value
    Type Description
    UnityEngine.Transform

    refSkillButtonTrait

    Declaration
    public Transform refSkillButtonTrait
    Field Value
    Type Description
    UnityEngine.Transform

    refSkillButtonW

    Declaration
    public Transform refSkillButtonW
    Field Value
    Type Description
    UnityEngine.Transform

    refSkillNotification

    Declaration
    public Transform refSkillNotification
    Field Value
    Type Description
    UnityEngine.Transform

    uiParent

    Declaration
    public Transform uiParent
    Field Value
    Type Description
    UnityEngine.Transform

    Properties

    isTutorialActive

    Declaration
    public bool isTutorialActive { get; }
    Property Value
    Type Description
    bool

    Methods

    CreateArrow()

    Declaration
    public TutorialArrow CreateArrow()
    Returns
    Type Description
    TutorialArrow

    FrameUpdate()

    Declaration
    public override void FrameUpdate()
    Overrides
    LogicBehaviour.FrameUpdate()

    GetRefSkill(HeroSkillLocation)

    Declaration
    public Transform GetRefSkill(HeroSkillLocation type)
    Parameters
    Type Name Description
    HeroSkillLocation type
    Returns
    Type Description
    UnityEngine.Transform

    LogicUpdate(float)

    Declaration
    public override void LogicUpdate(float dt)
    Parameters
    Type Name Description
    float dt
    Overrides
    LogicBehaviour.LogicUpdate(float)

    StartTutorials()

    Declaration
    public void StartTutorials()

    StopTutorials()

    Declaration
    public void StopTutorials()

    Implements

    ILogicUpdate

    Extension Methods

    DewGUI.SetExpandHeight<T>(T, bool)
    DewGUI.SetExpandHeight<T>(T, float)
    DewGUI.SetExpandWidth<T>(T, bool)
    DewGUI.SetExpandWidth<T>(T, float)
    DewGUI.SetHeight<T>(T, float)
    DewGUI.SetText<T>(T, string)
    DewGUI.SetTextLocalized<T>(T, string)
    DewGUI.SetWidth<T>(T, float)
    In This Article
    Back to top Shape of Dreams API Documentation