Interface IMultiReferentialConstraintData
This interface defines the data mapping for the MultiReferential constraint.
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface IMultiReferentialConstraintData
Properties
driverIntProperty
The path to the driver property in the constraint component.
Declaration
string driverIntProperty { get; }
Property Value
Type | Description |
---|---|
String |
driverValue
The driver index. This is a value in between 0 and the number of sourceObjects.
Declaration
int driverValue { get; }
Property Value
Type | Description |
---|---|
Int32 |
sourceObjects
The list of Transforms that can act as drivers for the constrained Transform.
Declaration
Transform[] sourceObjects { get; }
Property Value
Type | Description |
---|---|
Transform[] |