C# Class DebuggingUI, LearningUnits

Inheritance: MonoBehaviour
ファイルを表示 Open project: prime31/LearningUnits Class Usage Examples

Protected Properties

Property Type Description
gnarly GnarlyClass,

Public Methods

Method Description
protectMyInput ( string shouldNeverBeNull, int shouldBeAboveOneHundred ) : void

Private Methods

Method Description
OnGUI ( ) : void

Method Details

protectMyInput() public method

public protectMyInput ( string shouldNeverBeNull, int shouldBeAboveOneHundred ) : void
shouldNeverBeNull string
shouldBeAboveOneHundred int
return void

Property Details

gnarly protected_oe property

protected GnarlyClass, gnarly
return GnarlyClass,