Class InGameTutorialManager
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
InGameTutorialManager
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
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 |
|
Declaration
public Transform refSkillButtonE
Field Value
| Type |
Description |
| UnityEngine.Transform |
|
Declaration
public Transform refSkillButtonMovement
Field Value
| Type |
Description |
| UnityEngine.Transform |
|
Declaration
public Transform refSkillButtonQ
Field Value
| Type |
Description |
| UnityEngine.Transform |
|
Declaration
public Transform refSkillButtonR
Field Value
| Type |
Description |
| UnityEngine.Transform |
|
Declaration
public Transform refSkillButtonTrait
Field Value
| Type |
Description |
| UnityEngine.Transform |
|
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
Methods
CreateArrow()
Declaration
public TutorialArrow CreateArrow()
Returns
| Type |
Description |
| TutorialArrow |
|
FrameUpdate()
Declaration
public override void FrameUpdate()
Overrides
GetRefSkill(HeroSkillLocation)
Declaration
public Transform GetRefSkill(HeroSkillLocation type)
Parameters
Returns
| Type |
Description |
| UnityEngine.Transform |
|
LogicUpdate(float)
Declaration
public override void LogicUpdate(float dt)
Parameters
| Type |
Name |
Description |
| float |
dt |
|
Overrides
StartTutorials()
Declaration
public void StartTutorials()
StopTutorials()
Declaration
public void StopTutorials()
Implements
Extension Methods