Interface GeometryComponent
public interface GeometryComponent
This class is used to store data for a geometry component.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the bone visibility of the geometrystatic GeometryComponent.Builderbuilder()Creates a builder for GeometryComponent@NonNull StringGets the identifier of the geometry
-
Method Details
-
identifier
@NonNull String identifier()Gets the identifier of the geometry- Returns:
- The identifier of the geometry.
-
boneVisibility
Gets the bone visibility of the geometry- Returns:
- The bone visibility of the geometry.
-
builder
Creates a builder for GeometryComponent- Returns:
- a builder for GeometryComponent.
-