Class ConstraintTarget
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
A bone or attachment the constraint reads.
csharp
public class ConstraintTargetInheritance
Properties
BoneHash
Gets or sets the hash of the bone or attachment name.
csharp
public uint BoneHash { get; set; }Property Value
IsAttachment
Gets or sets whether names an attachment rather than a bone.
csharp
public bool IsAttachment { get; set; }Property Value
Offset
Gets or sets the rotation offset applied on top of the target.
csharp
public Quaternion Offset { get; set; }Property Value
PositionOffset
Gets or sets the position offset applied on top of the target.
csharp
public Vector3 PositionOffset { get; set; }Property Value
Weight
Gets or sets the weight of this target in the blend.
csharp
public float Weight { get; set; }Property Value
See Also
https://s2v.app/SchemaExplorer/cs2/modellib/CConstraintTarget

