C# Class Spacer, Unity-SRPG

Inheritance: MonoBehaviour
Show file Open project: Policenaut/Unity-SRPG Class Usage Examples

Public Properties

Property Type Description
max Point
min Point

Public Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEasingUpdate ( object sender, EventArgs e ) : void
OnEnable ( ) : void
Toggle ( bool isOpen ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEasingUpdate() public method

public OnEasingUpdate ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Toggle() public method

public Toggle ( bool isOpen ) : void
isOpen bool
return void

Property Details

max public property

public Point max
return Point

min public property

public Point min
return Point