BodyPartclass

objectBodyPart
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.Model.BodyPart

Constructors1

Showing 1 constructors

public BodyPart()PUBLICCONSTRUCTOR

Properties4

Showing 4 properties

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

Returns:IReadOnlyList<Choice>

public int Sandbox.Model.BodyPart.Index { get; set; }PUBLICGETSET

Returns:int

public ulong Sandbox.Model.BodyPart.Mask { get; set; }PUBLICGETSET

Returns:ulong

public string Sandbox.Model.BodyPart.Name { get; set; }PUBLICGETSET

Returns:string

On this page