C# Class RabidBear, Molydeuxds

Inheritance: Walker
ファイルを表示 Open project: kLinus/Molydeuxds Class Usage Examples

Public Properties

Property Type Description
m_bearDecay float
m_bearEnergy float

Public Methods

Method Description
GetPossessed ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
setName ( string name ) : void

Method Details

GetPossessed() public method

public GetPossessed ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

setName() public method

public setName ( string name ) : void
name string
return void

Property Details

m_bearDecay public_oe property

public float m_bearDecay
return float

m_bearEnergy public_oe property

public float m_bearEnergy
return float