神岛 API 文档 - ArenaPro版
Preparing search index...
server/types/GameAPI
GamePlayerKeyframe
Interface GamePlayerKeyframe
游戏玩家关键帧接口,定义了玩家在游戏中的动画和视觉属性
interface
GamePlayerKeyframe
{
cameraDistance
:
number
;
cameraEntity
:
GameEntity
;
cameraFovY
:
number
;
cameraFreezedAxis
:
GameCameraFreezedAxis
;
cameraMode
:
GameCameraMode
;
cameraPosition
:
GameVector3
;
cameraTarget
:
GameVector3
;
cameraUp
:
GameVector3
;
color
:
GameRGBColor
;
colorLUT
:
string
;
duration
:
number
;
easeIn
:
GameEasing
;
easeOut
:
GameEasing
;
emissive
:
number
;
invisible
:
boolean
;
metalness
:
number
;
scale
:
number
;
shininess
:
number
;
showIndicator
:
boolean
;
showName
:
boolean
;
}
Index
Properties
camera
Distance
camera
Entity
camera
Fov
Y
camera
Freezed
Axis
camera
Mode
camera
Position
camera
Target
camera
Up
color
color
LUT
duration
ease
In
ease
Out
emissive
invisible
metalness
scale
shininess
show
Indicator
show
Name
Properties
camera
Distance
cameraDistance
:
number
camera
Entity
cameraEntity
:
GameEntity
camera
Fov
Y
cameraFovY
:
number
camera
Freezed
Axis
cameraFreezedAxis
:
GameCameraFreezedAxis
camera
Mode
cameraMode
:
GameCameraMode
camera
Position
cameraPosition
:
GameVector3
camera
Target
cameraTarget
:
GameVector3
camera
Up
cameraUp
:
GameVector3
color
color
:
GameRGBColor
color
LUT
colorLUT
:
string
duration
duration
:
number
ease
In
easeIn
:
GameEasing
ease
Out
easeOut
:
GameEasing
emissive
emissive
:
number
invisible
invisible
:
boolean
metalness
metalness
:
number
scale
scale
:
number
shininess
shininess
:
number
show
Indicator
showIndicator
:
boolean
show
Name
showName
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
camera
Distance
camera
Entity
camera
Fov
Y
camera
Freezed
Axis
camera
Mode
camera
Position
camera
Target
camera
Up
color
color
LUT
duration
ease
In
ease
Out
emissive
invisible
metalness
scale
shininess
show
Indicator
show
Name
神岛 API 文档 - ArenaPro版
Loading...
游戏玩家关键帧接口,定义了玩家在游戏中的动画和视觉属性