Namespace

DuOCA

DuOCA

Open Cel Animation interchange tools

View Source DuAEF.jsxinc, line 8620

Members

string

# static readonly LayerType

The different layer types
Properties:
Name Type Description
PAINT string
VECTOR string
GROUP string

View Source DuAEF.jsxinc, line 8627

Methods

# static load(file) → {DuOCADocument|null}

Loads an OCA document from a json file
Parameters:
Name Type Description
file File | string The .json file or its path

View Source DuAEF.jsxinc, line 8639

The OCA document or null if the file could not be parsed or opened
DuOCADocument | null