Class: EditorStructureManager experimental
Beta
Methods
createEmpty()
createEmpty(
fullName,size):EditorStructure
World Mutation Beta
Parameters
fullName
string
size
Vector3
Returns
Remarks
Throws
This function can throw errors.
createFromClipboardItem()
createFromClipboardItem(
item,fullName):EditorStructure
World Mutation Beta
Parameters
item
fullName
string
Returns
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
Remarks
Throws
This function can throw errors.
searchStructures()
searchStructures(
options?):EditorStructure[]
World Mutation Beta
Parameters
options?
Returns
Remarks
Throws
This function can throw errors.
