C# Class FamilyTree, squirrel-simulator

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public bool isCompletedTree
return bool

isWinter public_oe property

public bool isWinter
return bool

nutCountFamily public_oe property

public int nutCountFamily
return int

player public_oe property

public CharacterStats, player
return CharacterStats,

target public_oe property

public GUIText target
return GUIText