Api Bone
struct

Bone

public sealed struct Bone

A bone definition for use with ModelBuilder.

Constructors

Bone(String Name, String ParentName, Vector3 Position, Rotation Rotation)

A bone definition for use with ModelBuilder.

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.

Properties

Name Type Description
Name String Name of the bone.
ParentName String Name of the parent bone.
Position Vector3 Position of the bone, relative to its parent.
Rotation Rotation Rotation of the bone, relative to its parent.

Methods

Void Deconstruct(String Name, String ParentName, Vector3 Position, Rotation Rotation)
Assembly: Sandbox.Engine Declaring Type: ModelBuilder Full Name: Sandbox.ModelBuilder.Bone