C# Class SidePanel, Unity-SRPG

A UI Panel which slides on and off the screen along the side of the window.
Inheritance: MonoBehaviour
Datei anzeigen Open project: Policenaut/Unity-SRPG Class Usage Examples

Protected Properties

Property Type Description
easingControl EasingControl,
rt UnityEngine.RectTransform

Public Methods

Method Description
Toggle ( bool visible ) : void

Protected Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEasingUpdate ( object sender, EventArgs e ) : void
OnEnable ( ) : void
OnFire ( object sender, InfoEventArgs e ) : void
OnMove ( object sender, InfoEventArgs e ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEasingUpdate() protected method

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

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnFire() protected method

protected OnFire ( object sender, InfoEventArgs e ) : void
sender object
e InfoEventArgs
return void

OnMove() protected method

protected OnMove ( object sender, InfoEventArgs e ) : void
sender object
e InfoEventArgs
return void

Toggle() public method

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

Property Details

easingControl protected_oe property

protected EasingControl, easingControl
return EasingControl,

rt protected_oe property

protected RectTransform,UnityEngine rt
return UnityEngine.RectTransform