Interface IChainIKConstraintData
Syntax
public interface IChainIKConstraintData
Properties
chainRotationWeight
Declaration
float chainRotationWeight { get; }
Property Value
Type |
Description |
System.Single |
|
maintainTargetPositionOffset
Declaration
bool maintainTargetPositionOffset { get; }
Property Value
Type |
Description |
System.Boolean |
|
maintainTargetRotationOffset
Declaration
bool maintainTargetRotationOffset { get; }
Property Value
Type |
Description |
System.Boolean |
|
maxIterations
Declaration
int maxIterations { get; }
Property Value
Type |
Description |
System.Int32 |
|
root
Declaration
Property Value
Type |
Description |
Transform |
|
target
Declaration
Transform target { get; }
Property Value
Type |
Description |
Transform |
|
tip
Declaration
Property Value
Type |
Description |
Transform |
|
tipRotationWeight
Declaration
float tipRotationWeight { get; }
Property Value
Type |
Description |
System.Single |
|
tolerance
Declaration
Property Value
Type |
Description |
System.Single |
|