C# Class TargetedRangedSkill

Inheritance: RangedSkill
ファイルを表示 Open project: marouen-lamiri/Second-Soul

Protected Properties

Property Type Description
targetCharacter Character,

Public Methods

Method Description
rayCast ( ) : void

Protected Methods

Method Description
AIRayCast ( Character, targetCharacter ) : Character,
EnemyRayCast ( Character, targetCharacter ) : Character,
Start ( ) : void
Update ( ) : void

Method Details

AIRayCast() protected method

protected AIRayCast ( Character, targetCharacter ) : Character,
targetCharacter Character,
return Character,

EnemyRayCast() protected method

protected EnemyRayCast ( Character, targetCharacter ) : Character,
targetCharacter Character,
return Character,

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

rayCast() public method

public rayCast ( ) : void
return void

Property Details

targetCharacter protected_oe property

protected Character, targetCharacter
return Character,