Namespace

DuOCA

DuOCA

Open Cel Animation interchange tools

View Source DuAEF_DuGR_api.jsxinc, line 8177

Members

string

# static readonly LayerType

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

View Source DuAEF_DuGR_api.jsxinc, line 8184

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_DuGR_api.jsxinc, line 8196

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