Interface IPlayerOptions

interface IPlayerOptions {
    animation: ISkeletonOptions;
    components: IAvatarComponent | IAvatarComponent[];
    nickname?: {
        options?: INickNameOptions;
        texts: string;
    };
}

Properties

animation: ISkeletonOptions
nickname?: {
    options?: INickNameOptions;
    texts: string;
}

Type declaration

Generated using TypeDoc