Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.11
    Preparing search index...

    Interface ClothingItem

    Individual clothing item configuration

    의류아이템

    interface ClothingItem {
        attachedBones: string[];
        castShadow?: boolean;
        colorEmissive?: number;
        colorPrimary: number;
        colorSecondary?: number;
        emissiveIntensity?: number;
        fit: ClothingFit;
        id: string;
        material: ClothingMaterial;
        metalness?: number;
        nameEnglish: string;
        nameKorean: string;
        receiveShadow?: boolean;
        roughness?: number;
        scaleMultiplier?: number;
        type: ClothingType;
    }
    Index

    Properties

    attachedBones: string[]

    Bones to attach this clothing to

    부착뼈

    castShadow?: boolean

    Whether clothing should cast shadows

    그림자표시

    colorEmissive?: number

    Emissive color for glowing effects (hex number)

    발광색상

    colorPrimary: number

    Primary color (hex number)

    기본색상

    colorSecondary?: number

    Secondary/accent color (hex number)

    강조색상

    emissiveIntensity?: number

    Emissive intensity (0-1)

    발광강도

    Fit style of the clothing

    착용스타일

    id: string

    Unique identifier for the clothing item

    ID

    Material of the clothing

    소재

    metalness?: number

    Metalness (0-1)

    금속성

    nameEnglish: string

    English name for the clothing item

    영문이름

    nameKorean: string

    Korean name for the clothing item

    한글이름

    receiveShadow?: boolean

    Whether clothing should receive shadows

    그림자수신

    roughness?: number

    Roughness (0-1)

    거칠기

    scaleMultiplier?: number

    Scale multiplier for body proportions

    크기배율

    Type of clothing item

    종류