mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 06:56:58 +00:00
8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
import { IAssetPlaneTextureBitmap } from './IAssetPlaneTextureBitmap';
|
|
|
|
export interface IAssetPlaneTexture
|
|
{
|
|
id?: string;
|
|
bitmaps?: IAssetPlaneTextureBitmap[];
|
|
}
|