Class FastAction<A>
Namespace: TMPro
Syntax
public class FastAction<A> : object
Type Parameters
| Name | Description |
|---|---|
| A |
Methods
Add(System.Action<A>)
Declaration
public void Add(System.Action<A> rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<A> | rhs |
Call(A)
Declaration
public void Call(A a)
Parameters
| Type | Name | Description |
|---|---|---|
| A | a |
Remove(System.Action<A>)
Declaration
public void Remove(System.Action<A> rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<A> | rhs |