C# Class CharacterStatus, 006762

Inheritance: CharacterAttributes
Mostrar archivo Open project: gilbutITbook/006762 Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
GetItem ( DropItem, itemKind ) : void
Start ( ) : void
Update ( ) : void
update ( ) : void

Private Methods

Method Description
SetName ( string name ) : void

Method Details

GetItem() public method

public GetItem ( DropItem, itemKind ) : void
itemKind DropItem,
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

update() public method

public update ( ) : void
return void

Property Details

EXP public_oe property

public int EXP
return int

HP public_oe property

public int HP
return int

MaxHP public_oe property

public int MaxHP
return int

Power public_oe property

public int Power
return int

allowMovieng public_oe property

public bool allowMovieng
return bool

attackPowerBoost public_oe property

public bool attackPowerBoost
return bool

attacking public_oe property

public bool attacking
return bool

characterName public_oe property

public string characterName
return string

died public_oe property

public bool died
return bool

lastAttackTarget public_oe property

public GameObject lastAttackTarget
return GameObject

level public_oe property

public int level
return int

playerName public_oe property

public string playerName
return string

powerBoost public_oe property

public bool powerBoost
return bool

speedBoost public_oe property

public bool speedBoost
return bool