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
Transform[] twistNodes { get; }
Property Value
Type | Description |
---|---|
Transform[] |
twistNodeWeights
Declaration
float[] twistNodeWeights { get; }
Property Value
Type | Description |
---|---|
System.Single[] |