Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
FlyTo
C# Class FlyTo, World-of-Carbon
Inheritance:
MonoBehaviour
显示文件
Open project: kenfehling/World-of-Carbon
Class Usage Examples
Public Properties
Property
Type
Description
flySpeed
float
Public Methods
Method
Description
FixedUpdate
( ) :
void
setTarget
(
Transform
target
) :
void
setTarget
(
Vector3
target
) :
void
Method Details
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
setTarget()
public
method
public
setTarget
(
Transform
target
) :
void
target
Transform
return
void
setTarget()
public
method
public
setTarget
(
Vector3
target
) :
void
target
Vector3
return
void
Property Details
flySpeed
public_oe property
public
float
flySpeed
return
float