C# Class Spacer, Unity-SRPG

Inheritance: MonoBehaviour
Afficher le fichier Open project: Policenaut/Unity-SRPG Class Usage Examples

Méthodes publiques

Свойство Type Description
max Point
min Point

Méthodes publiques

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

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEasingUpdate() public méthode

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

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Toggle() public méthode

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

Property Details

max public_oe property

public Point max
Résultat Point

min public_oe property

public Point min
Résultat Point