Interface IBlendConstraintData
Syntax
public interface IBlendConstraintData
Properties
blendPositionBoolProperty
Declaration
string blendPositionBoolProperty { get; }
Property Value
blendRotationBoolProperty
Declaration
string blendRotationBoolProperty { get; }
Property Value
constrainedObject
Declaration
Transform constrainedObject { get; }
Property Value
maintainPositionOffsets
Declaration
bool maintainPositionOffsets { get; }
Property Value
maintainRotationOffsets
Declaration
bool maintainRotationOffsets { get; }
Property Value
positionWeightFloatProperty
Declaration
string positionWeightFloatProperty { get; }
Property Value
rotationWeightFloatProperty
Declaration
string rotationWeightFloatProperty { get; }
Property Value
sourceObjectA
Declaration
Transform sourceObjectA { get; }
Property Value
sourceObjectB
Declaration
Transform sourceObjectB { get; }
Property Value