Preparing search index...
The search index is not available
VGE-Earth SDK 中文文档 - v2024.04.16
VGE-Earth SDK 中文文档
Core/RunEntityController
RunEntityController
Class RunEntityController
Index
Constructors
constructor
Properties
clamp
To
Ground
entity
line
Geo
Json
loop
path
Data
Sources
play
End
Func
playing
raw
Position
speed
viewer
Methods
add
Path
destroy
play
remove
Path
Constructors
constructor
new
Run
Entity
Controller
(
viewer
,
entity
,
lineGeoJson
,
speed
,
loop
?
,
clampToGround
?
)
:
RunEntityController
运动中的实体对象
Parameters
viewer
:
Viewer
视图对象
entity
:
Entity
实体对象
lineGeoJson
:
any
路径线的 geoJson
speed
:
number
物体运动速度,米/秒
loop
:
boolean
= true
是否循环
clampToGround
:
boolean
= true
Returns
RunEntityController
Properties
clamp
To
Ground
clamp
To
Ground
:
boolean
entity
entity
:
Entity
line
Geo
Json
line
Geo
Json
:
any
loop
loop
:
boolean
path
Data
Sources
path
Data
Sources
:
any
play
End
Func
play
End
Func
:
null
|
Function
= null
playing
playing
:
boolean
raw
Position
raw
Position
:
undefined
|
PositionProperty
speed
speed
:
number
Private
viewer
viewer
:
Viewer
Methods
add
Path
add
Path
(
)
:
void
Returns
void
destroy
destroy
(
)
:
void
Returns
void
play
play
(
playEndFunc
?
)
:
void
Parameters
playEndFunc
:
null
|
Function
= null
Returns
void
remove
Path
remove
Path
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
clamp
To
Ground
entity
line
Geo
Json
loop
path
Data
Sources
play
End
Func
playing
raw
Position
speed
viewer
add
Path
destroy
play
remove
Path
VGE-Earth SDK 中文文档 - v2024.04.16
Loading...
运动中的实体对象