C# Class WaitSkillDef, SRPGCK

Inheritance: ActionSkillDef
Afficher le fichier Open project: JoeOsborn/SRPGCK Class Usage Examples

Méthodes publiques

Свойство Type Description
currentArrow Arrow,
waitArrows GameObject

Méthodes publiques

Méthode Description
ActivateSkill ( ) : void
ArrowForFacing ( float f ) : Arrow,
DeactivateSkill ( ) : void
MoveToLayer ( Transform root, int layer ) : void
WaitAtArrow ( Arrow, a ) : void

Méthodes protégées

Méthode Description
ResetActionSkill ( ) : void
ResetSkill ( ) : void
UpdateTarget ( ) : void

Method Details

ActivateSkill() public méthode

public ActivateSkill ( ) : void
Résultat void

ArrowForFacing() public méthode

public ArrowForFacing ( float f ) : Arrow,
f float
Résultat Arrow,

DeactivateSkill() public méthode

public DeactivateSkill ( ) : void
Résultat void

MoveToLayer() public méthode

public MoveToLayer ( Transform root, int layer ) : void
root Transform
layer int
Résultat void

ResetActionSkill() protected méthode

protected ResetActionSkill ( ) : void
Résultat void

ResetSkill() protected méthode

protected ResetSkill ( ) : void
Résultat void

UpdateTarget() protected méthode

protected UpdateTarget ( ) : void
Résultat void

WaitAtArrow() public méthode

public WaitAtArrow ( Arrow, a ) : void
a Arrow,
Résultat void

Property Details

currentArrow public_oe property

public Arrow, currentArrow
Résultat Arrow,

waitArrows public_oe property

public GameObject waitArrows
Résultat GameObject