Interface ITimeLineAvatarInfoComponent

具体的某类装扮包含的素材

interface ITimeLineAvatarInfoComponent {
    type: "HEAD" | "EXTRA" | "BODY" | "ANIMATION" | "SKELETON" | "CLOTHES" | "HAIR" | "PANTS" | "SUIT" | "SHOES" | "PENDANT";
    unitList: IComponentUnit[];
}

Properties

Properties

type: "HEAD" | "EXTRA" | "BODY" | "ANIMATION" | "SKELETON" | "CLOTHES" | "HAIR" | "PANTS" | "SUIT" | "SHOES" | "PENDANT"
unitList: IComponentUnit[]

Generated using TypeDoc