API ReferenceSandbox
public class Sandbox.ModelParts
Constructors
Showing 1 constructors
public ModelParts(Sandbox.Model model)
No results match this filter.
Methods
Showing 1 methods
public Sandbox.Model.BodyPart Get(string name)
Get body part by name.
No results match this filter.
Properties
Showing 3 properties
public System.Collections.Generic.IReadOnlyList`1<Sandbox.Model.BodyPart> Sandbox.ModelParts.All { get; set; }
All body parts in this model.
public int Sandbox.ModelParts.Count { get; set; }
How many body parts there are in this model.
public ulong Sandbox.ModelParts.DefaultMask { get; set; }
Default body groups mask for this model.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ModelParts |