C# Class NcEffectFlying, TestGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: liuxq/TestGame Class Usage Examples

Méthodes publiques

Свойство Type Description
FromPos Vector3
HWRate float
Speed float
ToPos Vector3

Méthodes publiques

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

Method Details

Awake() public méthode

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

FromPos public_oe property

public Vector3 FromPos
Résultat Vector3

HWRate public_oe property

public float HWRate
Résultat float

Speed public_oe property

public float Speed
Résultat float

ToPos public_oe property

public Vector3 ToPos
Résultat Vector3