Blockbench Reference Docs
Preparing search index...
generated/outliner/types/bounding_box
BoundingBoxOptions
Interface BoundingBoxOptions
interface
BoundingBoxOptions
{
color
?:
number
;
from
?:
ArrayVector3
;
function
?:
BoundingBoxFunction
[]
;
name
?:
string
;
size
?:
ArrayVector3
;
to
?:
ArrayVector3
;
visibility
?:
boolean
;
}
Index
Properties
color?
from?
function?
name?
size?
to?
visibility?
Properties
Optional
color
color
?:
number
Optional
from
from
?:
ArrayVector3
Optional
function
function
?:
BoundingBoxFunction
[]
Optional
name
name
?:
string
Optional
size
size
?:
ArrayVector3
Optional
to
to
?:
ArrayVector3
Optional
visibility
visibility
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
color
from
function
name
size
to
visibility
Blockbench Reference Docs
Loading...