Interface IAnimatableProperty<T>
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface IAnimatableProperty<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
Get(AnimationStream)
Declaration
T Get(AnimationStream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| AnimationStream | stream |
Returns
| Type | Description |
|---|---|
| T |
Set(AnimationStream, T)
Declaration
void Set(AnimationStream stream, T value)
Parameters
| Type | Name | Description |
|---|---|---|
| AnimationStream | stream | |
| T | value |