C# Class WaitSkillDef, SRPGCK

Inheritance: ActionSkillDef
ファイルを表示 Open project: JoeOsborn/SRPGCK Class Usage Examples

Public Properties

Property Type Description
currentArrow Arrow,
waitArrows GameObject

Public Methods

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

Protected Methods

Method Description
ResetActionSkill ( ) : void
ResetSkill ( ) : void
UpdateTarget ( ) : void

Method Details

ActivateSkill() public method

public ActivateSkill ( ) : void
return void

ArrowForFacing() public method

public ArrowForFacing ( float f ) : Arrow,
f float
return Arrow,

DeactivateSkill() public method

public DeactivateSkill ( ) : void
return void

MoveToLayer() public method

public MoveToLayer ( Transform root, int layer ) : void
root Transform
layer int
return void

ResetActionSkill() protected method

protected ResetActionSkill ( ) : void
return void

ResetSkill() protected method

protected ResetSkill ( ) : void
return void

UpdateTarget() protected method

protected UpdateTarget ( ) : void
return void

WaitAtArrow() public method

public WaitAtArrow ( Arrow, a ) : void
a Arrow,
return void

Property Details

currentArrow public_oe property

public Arrow, currentArrow
return Arrow,

waitArrows public_oe property

public GameObject waitArrows
return GameObject