Mesh
Represents a mesh element, allowing for complex geometry beyond simple cubes.
Since
3.0.0
Parameters
uuid
the UUID of the mesh
origin
the pivot point (origin) of the mesh
rotation
the rotation of the mesh
vertices
a map of vertex identifiers to their 3D positions
faces
a map of face identifiers to their face data
_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
Converts this raw element into a processed BlueprintElement.
Link copied to clipboard