C# Class ValueStore, verthex

Inheritance: MonoBehaviour
Show file Open project: austinblakeslee/verthex Class Usage Examples

Public Properties

Property Type Description
buttonWasClicked bool
combatLog string
helpMessage string
selectedMaterial SectionMaterial,
selectedWeapon SectionWeapon,

Private Methods

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

Property Details

buttonWasClicked public static property

public static bool buttonWasClicked
return bool

combatLog public static property

public static string combatLog
return string

helpMessage public static property

public static string helpMessage
return string

selectedMaterial public static property

public static SectionMaterial, selectedMaterial
return SectionMaterial,

selectedWeapon public static property

public static SectionWeapon, selectedWeapon
return SectionWeapon,