C# Class NoahNavPlane

Inheritance: MonoBehaviour, IPointerClickHandler
Afficher le fichier Open project: imann24/cs327-bestmobilegameever

Méthodes publiques

Свойство Type Description
flipped bool
moving bool

Méthodes publiques

Méthode Description
Flip ( ) : void
OnPointerClick ( PointerEventData eventData ) : void

Private Methods

Méthode Description
OnMouseUp ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Flip() public méthode

public Flip ( ) : void
Résultat void

OnPointerClick() public méthode

public OnPointerClick ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
Résultat void

Property Details

flipped public_oe property

public bool flipped
Résultat bool

moving public_oe property

public bool moving
Résultat bool