For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-editor/classes/EditorStructureManager.md.

Class: EditorStructureManager experimental

Beta

Methods

createEmpty()

createEmpty(fullName, size): EditorStructure

World Mutation Beta

Parameters

fullName

string

size

Vector3

Returns

EditorStructure

Remarks

Throws

This function can throw errors.


createFromClipboardItem()

createFromClipboardItem(item, fullName): EditorStructure

World Mutation Beta

Parameters

item

ClipboardItem

fullName

string

Returns

EditorStructure

Remarks

Throws

This function can throw errors.


deleteStructure()

deleteStructure(id): void

World Mutation Beta

Parameters

id

string

Returns

void

Remarks

Throws

This function can throw errors.


getExistingTags()

getExistingTags(): string[]

World Mutation Beta

Returns

string[]

Remarks

Throws

This function can throw errors.


getStructure()

getStructure(id): EditorStructure

World Mutation Beta

Parameters

id

string

Returns

EditorStructure

Remarks

Throws

This function can throw errors.


searchStructures()

searchStructures(options?): EditorStructure[]

World Mutation Beta

Parameters

options?

EditorStructureSearchOptions

Returns

EditorStructure[]

Remarks

Throws

This function can throw errors.