Class ConstraintBinding
- Namespace
- WitShells.AnimationRig
Defines how a constraint should follow a target transform.
[Serializable]
public class ConstraintBinding
- Inheritance
-
ConstraintBinding
- Inherited Members
Fields
followPosition
public bool followPosition
Field Value
followRotation
public bool followRotation
Field Value
positionOffset
public Vector3 positionOffset
Field Value
- Vector3
rotationOffset
public Vector3 rotationOffset
Field Value
- Vector3
smoothSpeed
public float smoothSpeed
Field Value
source
public Transform source
Field Value
- Transform
weight
public float weight
Field Value
Properties
IsValid
Whether this binding is valid and active.
public bool IsValid { get; }