C# Class Landing, Elemental

Inheritance: MonoBehaviour
Afficher le fichier Open project: CodeStrumpet/Elemental Class Usage Examples

Méthodes publiques

Свойство Type Description
idlePrefab Transform
landingPoint Vector3
showLanding bool
speed float

Méthodes publiques

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

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

idlePrefab public_oe property

public Transform idlePrefab
Résultat Transform

landingPoint public_oe property

public Vector3 landingPoint
Résultat Vector3

showLanding public_oe property

public bool showLanding
Résultat bool

speed public_oe property

public float speed
Résultat float