C# Class SW_Shoot, PathfindingToolUnity

Inheritance: StateWill
Afficher le fichier Open project: benjaml/PathfindingToolUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
dodge SW_Dodge,
shootCooldown float

Méthodes publiques

Méthode Description
SW_Shoot ( int id, GameObject pBullet, float shootSpeed, SW_Dodge, dodgeState = null ) : System.Collections
execute ( ) : StateWill,
shoot ( ) : void
shootBullet ( GameObject targ ) : void

Method Details

SW_Shoot() public méthode

public SW_Shoot ( int id, GameObject pBullet, float shootSpeed, SW_Dodge, dodgeState = null ) : System.Collections
id int
pBullet GameObject
shootSpeed float
dodgeState SW_Dodge,
Résultat System.Collections

execute() public méthode

public execute ( ) : StateWill,
Résultat StateWill,

shoot() public méthode

public shoot ( ) : void
Résultat void

shootBullet() public méthode

public shootBullet ( GameObject targ ) : void
targ GameObject
Résultat void

Property Details

dodge public_oe property

public SW_Dodge, dodge
Résultat SW_Dodge,

shootCooldown public_oe property

public float shootCooldown
Résultat float