API Referenceglobal
public sealed class Sandbox.ParticleModelRenderer.ModelEntry
Entry for a model, including its material group and body group settings.
Constructors
Showing 1 constructors
public ModelEntry()
No results match this filter.
Properties
Showing 5 properties
public ulong Sandbox.ParticleModelRenderer.ModelEntry.BodyGroups { get; set; }
Body group mask for the model.
public bool Sandbox.ParticleModelRenderer.ModelEntry.HasBodyGroups { get; set; }
Indicates whether the model has body groups.
public bool Sandbox.ParticleModelRenderer.ModelEntry.HasMaterialGroups { get; set; }
Indicates whether the model has material groups.
public string Sandbox.ParticleModelRenderer.ModelEntry.MaterialGroup { get; set; }
Material group for the model.
public Sandbox.Model Sandbox.ParticleModelRenderer.ModelEntry.Model { get; set; }
The model associated with this entry.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ParticleModelRenderer.ModelEntry |