Interface IMultiReferentialConstraintData
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface IMultiReferentialConstraintData
Properties
driverIntProperty
Declaration
string driverIntProperty { get; }
Property Value
Type | Description |
---|---|
String |
driverValue
Declaration
int driverValue { get; }
Property Value
Type | Description |
---|---|
Int32 |
sourceObjects
Declaration
Transform[] sourceObjects { get; }
Property Value
Type | Description |
---|---|
Transform[] |