Namespace

DuOCA

DuOCA

Open Cel Animation interchange tools

View Source DuAEF_DuSan_api.jsxinc, line 7882

Members

string

# static readonly LayerType

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

View Source DuAEF_DuSan_api.jsxinc, line 7889

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_DuSan_api.jsxinc, line 7901

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