Interface IDampedTransformData
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface IDampedTransformData
Properties
constrainedObject
Declaration
Transform constrainedObject { get; }
Property Value
| Type | Description |
|---|---|
| Transform |
dampPosition
Declaration
float dampPosition { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
dampRotation
Declaration
float dampRotation { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
maintainAim
Declaration
bool maintainAim { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
source
Declaration
Transform source { get; }
Property Value
| Type | Description |
|---|---|
| Transform |