ThingOrigin.js
Preparing search index...
fenceInfoParams
Interface fenceInfoParams
interface
fenceInfoParams
{
base
:
{
children
:
xyz
[]
|
Vector3
[]
;
closed
:
boolean
;
height
:
number
}
;
id
?:
number
;
loadType
?:
string
;
material
:
{
color
:
{
color
:
string
;
opacity
:
number
}
;
doubleSide
:
boolean
;
image
:
{
repeatX
:
number
;
repeatY
:
number
;
url
:
string
}
;
type
:
string
;
}
;
modelName
?:
string
;
modelType
?:
string
;
position
?:
xyz
|
Vector3
;
repairSlotLimit
?:
number
;
rotation
?:
xyz
|
Vector3
|
rotationXYZ
;
scale
?:
xyz
|
Vector3
;
selectModel
?:
string
;
userData
?:
any
;
visible
?:
boolean
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
modelInfoParams
fenceInfoParams
Indexable
[
key
:
string
]:
any
Index
Properties
base
id?
load
Type?
material
model
Name?
model
Type?
position?
repair
Slot
Limit?
rotation?
scale?
select
Model?
user
Data?
visible?
Properties
base
base
:
{
children
:
xyz
[]
|
Vector3
[]
;
closed
:
boolean
;
height
:
number
}
Optional
id
id
?:
number
Optional
load
Type
loadType
?:
string
material
material
:
{
color
:
{
color
:
string
;
opacity
:
number
}
;
doubleSide
:
boolean
;
image
:
{
repeatX
:
number
;
repeatY
:
number
;
url
:
string
}
;
type
:
string
;
}
Optional
model
Name
modelName
?:
string
Optional
model
Type
modelType
?:
string
Optional
position
position
?:
xyz
|
Vector3
Optional
repair
Slot
Limit
repairSlotLimit
?:
number
Optional
rotation
rotation
?:
xyz
|
Vector3
|
rotationXYZ
Optional
scale
scale
?:
xyz
|
Vector3
Optional
select
Model
selectModel
?:
string
Optional
user
Data
userData
?:
any
Optional
visible
visible
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
id
load
Type
material
model
Name
model
Type
position
repair
Slot
Limit
rotation
scale
select
Model
user
Data
visible
ThingOrigin.js
Loading...