C# Class NcEffectFlying, TestGame

Inheritance: MonoBehaviour
Show file 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 property

public Vector3 FromPos
return Vector3

HWRate public property

public float HWRate
return float

Speed public property

public float Speed
return float

ToPos public property

public Vector3 ToPos
return Vector3