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

