C# Class NcEffectFlying, TestGame

Inheritance: MonoBehaviour
Exibir arquivo Open project: liuxq/TestGame Class Usage Examples

Public Properties

Property Type Description
FromPos Vector3
HWRate float
Speed float
ToPos Vector3

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

FromPos public_oe property

public Vector3 FromPos
return Vector3

HWRate public_oe property

public float HWRate
return float

Speed public_oe property

public float Speed
return float

ToPos public_oe property

public Vector3 ToPos
return Vector3