Interface ModelModifier.BeforeBake.Context
- Enclosing interface:
ModelModifier.BeforeBake
@NonExtendable
public static interface ModelModifier.BeforeBake.Context
The context for a before bake model modification event.
-
Method Details
-
id
Identifier id()The identifier of the model being baked. -
settings
ModelBakeSettings settings()The settings this model is being baked with. -
baker
Baker baker()The baker being used to bake this model. It can be used to bake models and get sprites. Note that baking a model which was not previously resolved will log a warning and return the missing model.
-