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

    Interface ClothingSystemProps

    Props for ClothingSystem component

    의류시스템속성

    interface ClothingSystemProps {
        archetype: PlayerArchetype;
        boneMap: Map<string, Bone>;
        lodSettings?: ClothingLODSettings;
        physicalAttributes: PhysicalAttributes;
        scale?: number;
        visible?: boolean;
    }
    Index

    Properties

    archetype: PlayerArchetype

    Player archetype to render clothing for

    원형

    boneMap: Map<string, Bone>

    Bone map from skeletal rig for attachment

    뼈맵

    lodSettings?: ClothingLODSettings

    Optional LOD settings for performance optimization

    LOD설정

    physicalAttributes: PhysicalAttributes

    Physical attributes for scaling clothing

    신체속성

    scale?: number

    Overall scale multiplier

    크기배율

    visible?: boolean

    Whether to show clothing (can disable for debug)

    표시여부