C# Class Walker, Molydeuxds

Inheritance: MonoBehaviour
Mostrar archivo Open project: kLinus/Molydeuxds Class Usage Examples

Public Properties

Property Type Description
bloodSpawn GameObject
ghostSpawn GameObject
m_addEnergy float
m_buildingDef GameObject
m_maxAge float
m_resCarrying ResourceDef
m_side Side
nameLabel GUIStyle
s_ageToMakeBuilding float
s_chanceToMakeBuilding float
shadow GUIStyle

Public Methods

Method Description
OnDestroy ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
bearDeath ( ) : void
oldDeath ( ) : void

Private Methods

Method Description
getName ( ) : string

Method Details

OnDestroy() public method

public OnDestroy ( ) : 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

bearDeath() public method

public bearDeath ( ) : void
return void

oldDeath() public method

public oldDeath ( ) : void
return void

Property Details

bloodSpawn public_oe property

public GameObject bloodSpawn
return GameObject

ghostSpawn public_oe property

public GameObject ghostSpawn
return GameObject

m_addEnergy public_oe property

public float m_addEnergy
return float

m_buildingDef public_oe property

public GameObject m_buildingDef
return GameObject

m_maxAge public_oe property

public float m_maxAge
return float

m_resCarrying public_oe property

public ResourceDef m_resCarrying
return ResourceDef

m_side public_oe property

public Side m_side
return Side

nameLabel public_oe property

public GUIStyle nameLabel
return GUIStyle

s_ageToMakeBuilding public_oe property

public float s_ageToMakeBuilding
return float

s_chanceToMakeBuilding public_oe property

public float s_chanceToMakeBuilding
return float

shadow public_oe property

public GUIStyle shadow
return GUIStyle