interface Config {
    i18n?: ((key: string) => string);
    imageURL: string;
    staticPrefix?: string;
    width: number;
    yOffset: number;
    yRotate: number;
}

Hierarchy

  • Config
    • Config

Properties

i18n?: ((key: string) => string)

国际化转换函数

imageURL: string

贴图 URL

staticPrefix?: string

静态资源前缀

width: number

贴图宽度,单位:米

yOffset: number

高度偏移量,单位:米

yRotate: number

沿着 Y 轴正方向旋转角度,单位:弧度