ModelPartsclass

objectModelParts
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.ModelParts

Constructors1

Showing 1 constructors

Methods1

Showing 1 methods

public Sandbox.Model.BodyPart Get(string name)PUBLIC

Get body part by name.

ParameterTypeDescription
namestring
Returns:BodyPart

Properties3

Showing 3 properties

public System.Collections.Generic.IReadOnlyList`1<Sandbox.Model.BodyPart> Sandbox.ModelParts.All { get; set; }PUBLICGETSET

All body parts in this model.

Returns:IReadOnlyList<BodyPart>

public int Sandbox.ModelParts.Count { get; set; }PUBLICGETSET

How many body parts there are in this model.

Returns:int

public ulong Sandbox.ModelParts.DefaultMask { get; set; }PUBLICGETSET

Default body groups mask for this model.

Returns:ulong

On this page