Summary
Returns a new delegate which invokes the `callback` using the
Animancer.AnimancerEvent.CurrentParameter.- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerEvent
Syntax
public static Action Parametize(Action<string> callback)
Parameters
| Name | Type | Description |
|---|---|---|
| callback | Action |
Return Value
| Type | Description |
|---|---|
| Action |