Interface ITwistCorrectionData
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface ITwistCorrectionData
Properties
source
Declaration
Transform source { get; }
Property Value
| Type | Description |
|---|---|
| Transform |
twistAxis
Declaration
Vector3 twistAxis { get; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
twistNodes
Declaration
WeightedTransformArray twistNodes { get; }
Property Value
| Type | Description |
|---|---|
| WeightedTransformArray |
twistNodesProperty
Declaration
string twistNodesProperty { get; }
Property Value
| Type | Description |
|---|---|
| String |