we
Preparing search index...
core/scene/base
I_SceneBaseUnit
Interface I_SceneBaseUnit
场景单位
interface
I_SceneBaseUnit
{
axisUp
?:
"X"
|
"Y"
|
"Z"
;
lengthUnit
?:
"m"
|
"cm"
|
"mm"
|
"km"
;
rightHand
?:
boolean
;
scaleFactorToKm
?:
number
;
}
Index
Properties
axis
Up?
length
Unit?
right
Hand?
scale
Factor
To
Km?
Properties
Optional
axis
Up
axisUp
?:
"X"
|
"Y"
|
"Z"
轴向,默认:Y
Optional
length
Unit
lengthUnit
?:
"m"
|
"cm"
|
"mm"
|
"km"
长度单位,默认:米
Optional
right
Hand
rightHand
?:
boolean
是否开启右手系,默认=true
Optional
scale
Factor
To
Km
scaleFactorToKm
?:
number
当前长度到公里的转换因子,默认:1/1000;用途:大气层
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
axis
Up
length
Unit
right
Hand
scale
Factor
To
Km
we
Loading...
场景单位