神岛 API 文档 - ArenaPro版
Preparing search index...
server/types/GameAPI
GameWearableSpec
Interface GameWearableSpec
定义游戏可穿戴物品的规格接口 该接口用于描述游戏中的可穿戴物品的各种属性,以便在游戏环境中准确地呈现这些物品
interface
GameWearableSpec
{
bodyPart
:
GameBodyPart
;
color
:
GameRGBColor
;
emissive
:
number
;
mesh
:
any
;
metalness
:
number
;
offset
:
GameVector3
;
orientation
:
GameQuaternion
;
scale
:
GameVector3
;
shininess
:
number
;
}
Implemented by
GameWearable
Index
Properties
body
Part
color
emissive
mesh
metalness
offset
orientation
scale
shininess
Properties
body
Part
bodyPart
:
GameBodyPart
color
color
:
GameRGBColor
emissive
emissive
:
number
mesh
mesh
:
any
metalness
metalness
:
number
offset
offset
:
GameVector3
orientation
orientation
:
GameQuaternion
scale
scale
:
GameVector3
shininess
shininess
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
Part
color
emissive
mesh
metalness
offset
orientation
scale
shininess
神岛 API 文档 - ArenaPro版
Loading...
定义游戏可穿戴物品的规格接口 该接口用于描述游戏中的可穿戴物品的各种属性,以便在游戏环境中准确地呈现这些物品