Class ConstrainedBone
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
A bone driven by the constraint.
csharp
public class ConstrainedBoneInheritance
Properties
BaseOrientation
Gets or sets the rest orientation the twist and morph constraints build on.
csharp
public Quaternion BaseOrientation { get; set; }Property Value
BasePosition
Gets or sets the rest position the morph constraint builds on.
csharp
public Vector3 BasePosition { get; set; }Property Value
BoneHash
Gets or sets the hash of the bone name.
csharp
public uint BoneHash { get; set; }Property Value
Weight
Gets or sets how strongly the result is applied to this bone.
csharp
public float Weight { get; set; }Property Value
See Also
https://s2v.app/SchemaExplorer/cs2/modellib/CConstraintSlave

