API Referenceglobal
Boneclass
A bone definition for use with `Sandbox.ModelBuilder`.
object→Bone
Constructors1
Showing 1 constructors
public Bone(string Name, string ParentName, Vector3 Position, Rotation Rotation)
A bone definition for use with `Sandbox.ModelBuilder`.
| Parameter | 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. |
No results match this filter.
Methods1
Showing 1 methods
No results match this filter.
Properties4
Showing 4 properties
public string Sandbox.ModelBuilder.Bone.Name { get; set; }
Name of the bone.
Returns:
string—public string Sandbox.ModelBuilder.Bone.ParentName { get; set; }
Name of the parent bone.
Returns:
string—public Vector3 Sandbox.ModelBuilder.Bone.Position { get; set; }
Position of the bone, relative to its parent.
public Rotation Sandbox.ModelBuilder.Bone.Rotation { get; set; }
Rotation of the bone, relative to its parent.
No results match this filter.