Class BoneConstraintBase
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
A rule compiled into a model that drives bones or morphs from the pose of other bones
csharp
public abstract class BoneConstraintBaseInheritance
Derived
BaseConstraint, DotToMorphConstraint, PoseSpaceMorphConstraint, RbfConstraint
Methods
ReadList(Model)
Reads every constraint of a model that has a known class, in compiled order.
csharp
public static BoneConstraintBase[] ReadList(Model model)Parameters
model Model
Returns
See Also
https://s2v.app/SchemaExplorer/cs2/modellib/CBoneConstraintBase

