Cube
Represents a standard cube element.
Since
1.15.2
Parameters
name
the name of the cube
uuid
the UUID of the cube
from
the starting coordinate (min corner)
to
the ending coordinate (max corner)
inflate
the inflation value (size increase)
rotation
the rotation of the cube
origin
the pivot point (origin) of the cube
faces
the UV mapping for the faces
lightEmission
the light emission level (0-15)
_visibility
the visibility state (null means visible)
Properties
Link copied to clipboard
The type identifier for a null object element.
Link copied to clipboard
A JSON deserializer that automatically dispatches to the correct ModelElement implementation based on the "type" field.
Functions
Link copied to clipboard
Checks if this element type is supported by the engine.
Link copied to clipboard
Returns the light emission level of the cube.
Link copied to clipboard
Converts this raw element into a processed BlueprintElement.
Link copied to clipboard
Checks if the cube is visible.