Interface IBlendConstraintData
Syntax
public interface IBlendConstraintData
Properties
blendPosition
Declaration
bool blendPosition { get; }
Property Value
Type |
Description |
System.Boolean |
|
blendRotation
Declaration
bool blendRotation { get; }
Property Value
Type |
Description |
System.Boolean |
|
constrainedObject
Declaration
Transform constrainedObject { get; }
Property Value
Type |
Description |
Transform |
|
maintainPositionOffsets
Declaration
bool maintainPositionOffsets { get; }
Property Value
Type |
Description |
System.Boolean |
|
maintainRotationOffsets
Declaration
bool maintainRotationOffsets { get; }
Property Value
Type |
Description |
System.Boolean |
|
positionWeight
Declaration
float positionWeight { get; }
Property Value
Type |
Description |
System.Single |
|
rotationWeight
Declaration
float rotationWeight { get; }
Property Value
Type |
Description |
System.Single |
|
sourceA
Declaration
Transform sourceA { get; }
Property Value
Type |
Description |
Transform |
|
sourceB
Declaration
Transform sourceB { get; }
Property Value
Type |
Description |
Transform |
|