C# Class FamilyTree, squirrel-simulator

Inheritance: MonoBehaviour
Show file Open project: ZackAdams/squirrel-simulator Class Usage Examples

Public Properties

Property Type Description
isCompletedTree bool
isWinter bool
nutCountFamily int
player CharacterStats,
target GUIText

Public Methods

Method Description
OnGUI ( ) : void
OnLook ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

OnLook() public method

public OnLook ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

isCompletedTree public property

public bool isCompletedTree
return bool

isWinter public property

public bool isWinter
return bool

nutCountFamily public property

public int nutCountFamily
return int

player public property

public CharacterStats, player
return CharacterStats,

target public property

public GUIText target
return GUIText