C# Class ccFloatEventBase, GGJ2016

Inheritance: MonoBehaviour
Datei anzeigen Open project: netgrind/GGJ2016

Public Properties

Property Type Description
eventName string
maxValue float
minValue float

Public Methods

Method Description
PreEvent ( float f ) : void

Protected Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
OnEvent ( float f ) : void

Method Details

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnEvent() protected method

protected OnEvent ( float f ) : void
f float
return void

PreEvent() public method

public PreEvent ( float f ) : void
f float
return void

Property Details

eventName public_oe property

public string eventName
return string

maxValue public_oe property

public float maxValue
return float

minValue public_oe property

public float minValue
return float