Api Sandbox ModelParts
class

ModelParts

public class ModelParts

Constructors

ModelParts(Model model)

Properties

Name Type Description
All IReadOnlyList<BodyPart> All body parts in this model.
Count Int32 How many body parts there are in this model.
DefaultMask UInt64 Default body groups mask for this model.

Methods

BodyPart Get(String name)

Get body part by name.

Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.ModelParts