Interface IDampedTransformData
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface IDampedTransformData
Properties
constrainedObject
Declaration
Transform constrainedObject { get; }
Property Value
Type | Description |
---|---|
Transform |
dampPositionFloatProperty
Declaration
string dampPositionFloatProperty { get; }
Property Value
Type | Description |
---|---|
String |
dampRotationFloatProperty
Declaration
string dampRotationFloatProperty { get; }
Property Value
Type | Description |
---|---|
String |
maintainAim
Declaration
bool maintainAim { get; }
Property Value
Type | Description |
---|---|
Boolean |
sourceObject
Declaration
Transform sourceObject { get; }
Property Value
Type | Description |
---|---|
Transform |