ThingOrigin.js
Preparing search index...
modelInfoParams
Interface modelInfoParams
interface
modelInfoParams
{
base
?:
any
;
id
?:
number
;
loadType
?:
string
;
material
?:
any
;
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
indexedDBmodelInfoParams
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
Optional
base
base
?:
any
Optional
id
id
?:
number
Optional
load
Type
loadType
?:
string
Optional
material
material
?:
any
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...