Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
NcEffectFlying
C# Class NcEffectFlying, TestGame
Inheritance:
MonoBehaviour
ファイルを表示
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