Class ParentConstraint
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
Moves and rotates the constrained bones to the weighted average target transform.
csharp
public class ParentConstraint : BaseConstraintInheritance
object ← BoneConstraintBase ← BaseConstraint ← ParentConstraint
Inherited Members
BaseConstraint.Name, BaseConstraint.UpVector, BaseConstraint.ConstrainedBones, BaseConstraint.Targets, BoneConstraintBase.ReadList(Model)
Constructors
ParentConstraint(KVObject)
Initializes a new instance from compiled constraint data.
csharp
public ParentConstraint(KVObject data)Parameters
data KVObject
See Also
https://s2v.app/SchemaExplorer/cs2/modellib/CParentConstraint

