mirror of
https://github.com/duckietm/Nitro-Cool-UI.git
synced 2025-06-21 22:36:58 +00:00
8 lines
183 B
TypeScript
8 lines
183 B
TypeScript
import { IAssetPlaneTextureBitmap } from './IAssetPlaneTextureBitmap';
|
|
|
|
export interface IAssetPlaneMaskVisualization
|
|
{
|
|
size?: number;
|
|
bitmaps?: IAssetPlaneTextureBitmap[];
|
|
}
|