神岛 API 文档 - ArenaPro版
    Preparing search index...

    Interface GameWearableSpec

    定义游戏可穿戴物品的规格接口 该接口用于描述游戏中的可穿戴物品的各种属性,以便在游戏环境中准确地呈现这些物品

    interface GameWearableSpec {
        bodyPart: GameBodyPart;
        color: GameRGBColor;
        emissive: number;
        mesh: any;
        metalness: number;
        offset: GameVector3;
        orientation: GameQuaternion;
        scale: GameVector3;
        shininess: number;
    }

    Implemented by

    Index

    Properties

    bodyPart: GameBodyPart
    emissive: number
    mesh: any
    metalness: number
    offset: GameVector3
    orientation: GameQuaternion
    shininess: number