C# Class Monster, CodeSpells

Inheritance: MonoBehaviour
显示文件 Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
attacking bool
child GameObject
speed int

Public Methods

Method Description
Attack ( ) : void
LoosePlayer ( ) : void
OnGUI ( ) : void
Start ( ) : void
StartRunning ( ) : void
Update ( ) : void
UpdateAttack ( ) : void
UpdateIdle ( ) : void

Private Methods

Method Description
KillPlayer ( ) : IEnumerator

Method Details

Attack() public method

public Attack ( ) : void
return void

LoosePlayer() public method

public LoosePlayer ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartRunning() public method

public StartRunning ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateAttack() public method

public UpdateAttack ( ) : void
return void

UpdateIdle() public method

public UpdateIdle ( ) : void
return void

Property Details

attacking public_oe property

public bool attacking
return bool

child public_oe property

public GameObject child
return GameObject

speed public_oe property

public int speed
return int