Interface ITwoBoneIKConstraintData
Syntax
public interface ITwoBoneIKConstraintData
Properties
hint
Declaration
Property Value
Type |
Description |
Transform |
|
hintWeight
Declaration
float hintWeight { 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 |
|
mid
Declaration
Property Value
Type |
Description |
Transform |
|
root
Declaration
Property Value
Type |
Description |
Transform |
|
target
Declaration
Transform target { get; }
Property Value
Type |
Description |
Transform |
|
targetPositionWeight
Declaration
float targetPositionWeight { get; }
Property Value
Type |
Description |
System.Single |
|
targetRotationWeight
Declaration
float targetRotationWeight { get; }
Property Value
Type |
Description |
System.Single |
|
tip
Declaration
Property Value
Type |
Description |
Transform |
|