Interface GeometryComponent


public interface GeometryComponent
This class is used to store data for a geometry component.
  • Method Details

    • identifier

      @NonNull String identifier()
      Gets the identifier of the geometry
      Returns:
      The identifier of the geometry.
    • boneVisibility

      @Nullable Map<String,String> boneVisibility()
      Gets the bone visibility of the geometry
      Returns:
      The bone visibility of the geometry.
    • builder

      static GeometryComponent.Builder builder()
      Creates a builder for GeometryComponent
      Returns:
      a builder for GeometryComponent.