You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 06:56:19 +00:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
import { IAssetPlaneMask } from './IAssetPlaneMask';
|
|
|
|
export interface IAssetPlaneMaskData
|
|
{
|
|
masks?: IAssetPlaneMask[];
|
|
}
|