API Referenceglobal
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.
No results match this filter.
Methods
Showing 1 methods
No results match this filter.
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.
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.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ModelBuilder.Bone |