C# Class SidePanel, Unity-SRPG

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

Protected Properties

Свойство Type Description
easingControl EasingControl,
rt UnityEngine.RectTransform

Méthodes publiques

Méthode Description
Toggle ( bool visible ) : void

Méthodes protégées

Méthode 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 méthode

protected Awake ( ) : void
Résultat void

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEasingUpdate() protected méthode

protected OnEasingUpdate ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnFire() protected méthode

protected OnFire ( object sender, InfoEventArgs e ) : void
sender object
e InfoEventArgs
Résultat void

OnMove() protected méthode

protected OnMove ( object sender, InfoEventArgs e ) : void
sender object
e InfoEventArgs
Résultat void

Toggle() public méthode

public Toggle ( bool visible ) : void
visible bool
Résultat void

Property Details

easingControl protected_oe property

protected EasingControl, easingControl
Résultat EasingControl,

rt protected_oe property

protected RectTransform,UnityEngine rt
Résultat UnityEngine.RectTransform