Class: EditorStructure experimental
Beta
Properties
description
readonlydescription:string
Beta
Throws
This property can throw when used.
displayName
readonlydisplayName:string
Beta
Throws
This property can throw when used.
id
readonlyid:string
Beta
isValid
readonlyisValid:boolean
Beta
normalizedOrigin
readonlynormalizedOrigin:Vector3
Beta
Throws
This property can throw when used.
notes
readonlynotes:string
Beta
Throws
This property can throw when used.
offset
readonlyoffset:Vector3
Beta
Throws
This property can throw when used.
originalWorldLocation
readonlyoriginalWorldLocation:Vector3
Beta
Throws
This property can throw when used.
size
readonlysize:Vector3
Beta
Throws
This property can throw when used.
structureFullName
readonlystructureFullName:string
Beta
Throws
This property can throw when used.
structureName
readonlystructureName:string
Beta
Throws
This property can throw when used.
structureNamespace
readonlystructureNamespace:string
Beta
Throws
This property can throw when used.
Methods
getBlockPermutation()
getBlockPermutation(
location):any
Beta
Parameters
location
Vector3
Returns
any
Throws
This function can throw errors.
getIsWaterlogged()
getIsWaterlogged(
location):boolean
Beta
Parameters
location
Vector3
Returns
boolean
Throws
This function can throw errors.
getTags()
getTags():
string[]
Beta
Returns
string[]
Throws
This function can throw errors.
setBlockPermutation()
setBlockPermutation(
location,blockPermutation,waterlogged?):void
World Mutation Beta
Parameters
location
Vector3
blockPermutation
BlockPermutation
waterlogged?
boolean
Defaults to: false
Returns
void
Remarks
Throws
This function can throw errors.
setTags()
setTags(
tags):void
World Mutation Beta
Parameters
tags
string[]
Returns
void
Remarks
Throws
This function can throw errors.
