Interface IMultiReferentialConstraintData
This interface defines the data mapping for the MultiReferential constraint.
Namespace: UnityEngine.Animations.Rigging
Assembly: Unity.Animation.Rigging.dll
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 |
---|---|
int |
sourceObjects
The list of Transforms that can act as drivers for the constrained Transform.
Declaration
Transform[] sourceObjects { get; }
Property Value
Type | Description |
---|---|
Transform[] |