C# Class EssenceShared.Entities.Players.Player

Inheritance: Entity
Afficher le fichier Open project: Insality/essence-of-shadows Class Usage Examples

Méthodes publiques

Свойство Type Description
AccState AccountState
AttackCooldown float
AttackCooldownCounter float

Méthodes publiques

Méthode Description
Attack ( CCPoint target ) : void
Control ( float dt ) : void
OnEnter ( ) : void
Player ( string id, string type, AccountState account ) : CocosSharp
Update ( float dt ) : void

Private Methods

Méthode Description
UpdateAccState ( ) : void

Method Details

Attack() public méthode

public Attack ( CCPoint target ) : void
target CCPoint
Résultat void

Control() public méthode

public Control ( float dt ) : void
dt float
Résultat void

OnEnter() public méthode

public OnEnter ( ) : void
Résultat void

Player() public méthode

public Player ( string id, string type, AccountState account ) : CocosSharp
id string
type string
account AccountState
Résultat CocosSharp

Update() public méthode

public Update ( float dt ) : void
dt float
Résultat void

Property Details

AccState public_oe property

public AccountState AccState
Résultat AccountState

AttackCooldown public_oe property

public float AttackCooldown
Résultat float

AttackCooldownCounter public_oe property

public float AttackCooldownCounter
Résultat float