C# Class girar, DEMI2015

Inheritance: MonoBehaviour
Afficher le fichier Open project: ESCAV/DEMI2015

Méthodes publiques

Свойство Type Description
distancia float
girando bool
lanzando bool
origen GameObject
velocidad float
velocidad_giro float

Méthodes publiques

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

Method Details

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : 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

distancia public_oe property

public float distancia
Résultat float

girando public_oe property

public bool girando
Résultat bool

lanzando public_oe property

public bool lanzando
Résultat bool

origen public_oe property

public GameObject origen
Résultat GameObject

velocidad public_oe property

public float velocidad
Résultat float

velocidad_giro public_oe property

public float velocidad_giro
Résultat float