s&box docs

public sealed struct Sandbox.ModelBuilder.Bone

A bone definition for use with `Sandbox.ModelBuilder`.

Constructors

Showing 1 constructors

public Bone(string Name, string ParentName, Vector3 Position, Rotation Rotation)

A bone definition for use with `Sandbox.ModelBuilder`.

Parameters

  • Name: Name of the bone.
  • ParentName: Name of the parent bone.
  • Position: Position of the bone, relative to its parent.
  • Rotation: Rotation of the bone, relative to its parent.

Methods

Showing 1 methods

public void Deconstruct(string Name, string ParentName, Vector3 Position, Rotation Rotation)

Properties

Showing 4 properties

public string Sandbox.ModelBuilder.Bone.Name { get; set; }

Name of the bone.

public string Sandbox.ModelBuilder.Bone.ParentName { get; set; }

Name of the parent bone.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.ModelBuilder.Bone

On this page