API Referenceglobal
ModelEntryclass
Entry for a model, including its material group and body group settings.
object→ModelEntry
Constructors1
Showing 1 constructors
public ModelEntry()
No results match this filter.
Properties5
Showing 5 properties
public ulong Sandbox.ParticleModelRenderer.ModelEntry.BodyGroups { get; set; }
Body group mask for the model.
Returns:
ulong—public bool Sandbox.ParticleModelRenderer.ModelEntry.HasBodyGroups { get; set; }
Indicates whether the model has body groups.
Returns:
bool—public bool Sandbox.ParticleModelRenderer.ModelEntry.HasMaterialGroups { get; set; }
Indicates whether the model has material groups.
Returns:
bool—public string Sandbox.ParticleModelRenderer.ModelEntry.MaterialGroup { get; set; }
Material group for the model.
Returns:
string—public Sandbox.Model Sandbox.ParticleModelRenderer.ModelEntry.Model { get; set; }
The model associated with this entry.
No results match this filter.