C# Class RatMover

Inheritance: MonoBehaviour
Afficher le fichier Open project: SNUGDC/stardust

Méthodes publiques

Свойство Type Description
Cheese GameObject
Player GameObject
Rock GameObject
actPhase int
speed float

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D other ) : void
Update ( ) : void

Private Methods

Méthode Description
PushRock ( ) : IEnumerator

Method Details

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Cheese public_oe property

public GameObject Cheese
Résultat GameObject

Player public_oe property

public GameObject Player
Résultat GameObject

Rock public_oe property

public GameObject Rock
Résultat GameObject

actPhase public_oe property

public int actPhase
Résultat int

speed public_oe property

public float speed
Résultat float