C# Class MoveToClosest, 3DGameCoursera

Inheritance: MonoBehaviour
Afficher le fichier Open project: pfiguero/3DGameCoursera

Méthodes publiques

Свойство Type Description
tiempoRotar float
tiempoSubir float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
ResetRigidbody ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

ResetRigidbody() public méthode

public ResetRigidbody ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

tiempoRotar public_oe property

public float tiempoRotar
Résultat float

tiempoSubir public_oe property

public float tiempoSubir
Résultat float