C# Class BallToPortal

Inheritance: MonoBehaviour
Afficher le fichier Open project: macgyver13/globalgamejam2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
portal Transform

Méthodes publiques

Méthode Description
OnEnable ( ) : void
Update ( ) : void

Private Methods

Méthode Description
animate ( ) : IEnumerator

Method Details

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

portal public_oe property

public Transform portal
Résultat Transform