# Sandbox.ParticleModelRenderer.ModelEntry

Entry for a model, including its material group and body group settings.

- Kind: class
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Constructors

- [`ModelEntry`](/api/Sandbox.ParticleModelRenderer.ModelEntry/.ctor)

## Properties

- [`BodyGroups`](/api/Sandbox.ParticleModelRenderer.ModelEntry/BodyGroups): Body group mask for the model.
- [`HasBodyGroups`](/api/Sandbox.ParticleModelRenderer.ModelEntry/HasBodyGroups): Indicates whether the model has body groups.
- [`HasMaterialGroups`](/api/Sandbox.ParticleModelRenderer.ModelEntry/HasMaterialGroups): Indicates whether the model has material groups.
- [`MaterialGroup`](/api/Sandbox.ParticleModelRenderer.ModelEntry/MaterialGroup): Material group for the model.
- [`Model`](/api/Sandbox.ParticleModelRenderer.ModelEntry/Model): The model associated with this entry.
