V12 interface
Design Document (v12)
Signature:
export interface V12
Remarks
Version 12 resolves issues with pixel vs. UV space by reversing certain coordinates to align with updated SDK coordinate handling.
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
{ id: string; metadata: { [k: string]: unknown | undefined; }; options: { [k: string]: unknown | undefined; }; resource: string; target?: string | undefined; }[] | |||
{ id: string; metadata: { [k: string]: unknown | undefined; }; options: { [k: string]: unknown | undefined; }; sources: { [k: string]: unknown | undefined; }; type: string; }[] | |||
12 |