interface IAnimatePrepareTarget {
    basepath: string;
    id: string;
    options?: IAnimateLoadAssetOption;
}

Hierarchy (view full)

Properties

Properties

basepath: string

Directory path of Animate content.

id: string

"lib.properties.id" in Animate content.

Generated using TypeDoc