Class TiltTwistConstraintSlave
Namespace: ValveResourceFormat.ResourceTypes.ModelAnimation
Assembly: ValveResourceFormat.dll
Represents a slave bone in a tilt-twist constraint.
csharp
public class TiltTwistConstraintSlaveInheritance
object ← TiltTwistConstraintSlave
Properties
BaseOrientation
Gets or sets the base orientation of the slave bone.
csharp
public Quaternion BaseOrientation { get; set; }Property Value
BasePosition
Gets or sets the base position of the slave bone.
csharp
public Vector3 BasePosition { get; set; }Property Value
BoneHash
Gets or sets the bone hash identifier.
csharp
public uint BoneHash { get; set; }Property Value
Name
Gets or sets the name of the slave bone.
csharp
public string? Name { get; set; }Property Value
Weight
Gets or sets the weight of the constraint's influence on this slave bone.
csharp
public float Weight { get; set; }
