class
ModelEntry
public sealed class ModelEntry Entry for a model, including its material group and body group settings.
Constructors
ModelEntry() Properties
| Name | Type | Description |
|---|---|---|
Model | Model | The model associated with this entry. |
MaterialGroup | String | Material group for the model. |
BodyGroups | UInt64 | Body group mask for the model. |
HasMaterialGroups | Boolean | Indicates whether the model has material groups. |
HasBodyGroups | Boolean | Indicates whether the model has body groups. |
Assembly:
Sandbox.Engine Declaring Type: ParticleModelRenderer Full Name: Sandbox.ParticleModelRenderer.ModelEntry