interface WorldJS {
    clone(): this;
    delete(): void;
    deleteLater(): this;
    isAliasOf(other: ClassHandle): boolean;
    isDeleted(): boolean;
}

Hierarchy (View Summary)

Methods