Interface IOverrideTransformData
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface IOverrideTransformData
Properties
constrainedObject
Declaration
Transform constrainedObject { get; }
Property Value
Type | Description |
---|---|
Transform |
positionVector3Property
Declaration
string positionVector3Property { get; }
Property Value
Type | Description |
---|---|
String |
positionWeightFloatProperty
Declaration
string positionWeightFloatProperty { get; }
Property Value
Type | Description |
---|---|
String |
rotationVector3Property
Declaration
string rotationVector3Property { get; }
Property Value
Type | Description |
---|---|
String |
rotationWeightFloatProperty
Declaration
string rotationWeightFloatProperty { get; }
Property Value
Type | Description |
---|---|
String |
sourceObject
Declaration
Transform sourceObject { get; }
Property Value
Type | Description |
---|---|
Transform |
space
Declaration
int space { get; }
Property Value
Type | Description |
---|---|
Int32 |