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

