纹理
icon := get_asset(Texture_Asset, "ui/icon.png");纹理信息
Texture_Asset :: class : Asset {
get_width :: method() -> s64;
get_height :: method() -> s64;
get_aspect :: method() -> float;
get_pivot :: method() -> v2;
get_pixels_per_unit :: method() -> float;
get_uvs :: method() -> v2, v2;
}纹理设置
九宫切片
Mip 资源
动态画布
最后更新于