C# Class CharacterStatus, 006762

Inheritance: CharacterAttributes
Afficher le fichier Open project: gilbutITbook/006762 Class Usage Examples

Méthodes publiques

Свойство Type Description
EXP int
HP int
MaxHP int
Power int
allowMovieng bool
attackPowerBoost bool
attacking bool
characterName string
died bool
lastAttackTarget GameObject
level int
playerName string
powerBoost bool
speedBoost bool

Méthodes publiques

Méthode Description
GetItem ( DropItem, itemKind ) : void
Start ( ) : void
Update ( ) : void
update ( ) : void

Private Methods

Méthode Description
SetName ( string name ) : void

Method Details

GetItem() public méthode

public GetItem ( DropItem, itemKind ) : void
itemKind DropItem,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

update() public méthode

public update ( ) : void
Résultat void

Property Details

EXP public_oe property

public int EXP
Résultat int

HP public_oe property

public int HP
Résultat int

MaxHP public_oe property

public int MaxHP
Résultat int

Power public_oe property

public int Power
Résultat int

allowMovieng public_oe property

public bool allowMovieng
Résultat bool

attackPowerBoost public_oe property

public bool attackPowerBoost
Résultat bool

attacking public_oe property

public bool attacking
Résultat bool

characterName public_oe property

public string characterName
Résultat string

died public_oe property

public bool died
Résultat bool

lastAttackTarget public_oe property

public GameObject lastAttackTarget
Résultat GameObject

level public_oe property

public int level
Résultat int

playerName public_oe property

public string playerName
Résultat string

powerBoost public_oe property

public bool powerBoost
Résultat bool

speedBoost public_oe property

public bool speedBoost
Résultat bool