Initializes a new ModelCuboid.
The bounding box of the cuboid.
ModelCuboid
Whether ambient occlusion is enabled for the cuboid.
ModelCuboid
The bounding box of the cuboid.
ModelCuboid
The materials for each face of the cuboid.
ModelCuboid
The visibility of each face of the cuboid.
ModelCuboid
Gets number of visible faces.
ModelCuboid
Applies a matrix transformation to the cuboid.
The matrix to apply.
Clones the cuboid into a new instance.
A new instance of the current cuboid.
ModelCuboid
Sets the material for all faces of the cuboid.
The material to set.
Sets the visibility for all faces of the cuboid.
Whether the faces are visible.
Sets the ambient occlusion for the cuboid.
Whether ambient occlusion is enabled.
Sets the material for the down face of the cuboid.
The material for the down face.
Sets the visibility for the down face of the cuboid.
Whether the down face is visible.
Sets the material for the east face of the cuboid.
The material for the east face.
Sets the visibility for the west face of the cuboid.
Whether the west face is visible.
Sets the material for a specific face of the cuboid.
Sets the visibility for a specific face of the cuboid.
The direction of the face.
Whether the face is visible.
Sets the material for each face of the cuboid individually.
Sets the visibility for each face of the cuboid individually.
Whether the west face is visible.
Whether the east face is visible.
Whether the down face is visible.
Whether the up face is visible.
Whether the north face is visible.
Whether the south face is visible.
Sets the material for the north face of the cuboid.
The material for the north face.
Sets the visibility for the north face of the cuboid.
Whether the north face is visible.
Sets the material for the south face of the cuboid.
The material for the south face.
Sets the visibility for the south face of the cuboid.
Whether the south face is visible.
Sets the material for the up face of the cuboid.
The material for the up face.
Sets the visibility for the up face of the cuboid.
Whether the up face is visible.
Sets the material for the west face of the cuboid.
The material for the west face.
Sets the visibility for the west face of the cuboid.
Whether the west face is visible.
Generated using TypeDoc
Defines a cuboid within a BlockModel.
ModelCuboid