BlueprintElement
interface BlueprintElement
Represents a processed element within a model blueprint.
This is a sealed interface with implementations for different types of elements like bones, groups, cubes, and locators.
Since
1.15.2
Inheritors
Types
Link copied to clipboard
Represents an element that acts as a bone in the model's armature.
Link copied to clipboard
Represents a camera element (currently a placeholder).
Link copied to clipboard
Represents a cube element, the basic building block of a model.
Link copied to clipboard
Represents a group of elements, forming a bone in the hierarchy.
Link copied to clipboard
Represents a locator element, used as a named attachment point.
Link copied to clipboard
Represents a mesh element, allowing for complex geometry beyond simple cubes.
Link copied to clipboard
Represents a null object, often used for IK or as a simple bone.