Class FastAction<A, B>
Inheritance
System.Object
FastAction<A, B>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TMPro
Syntax
public class FastAction<A, B>
Type Parameters
| Name | Description |
|---|---|
| A | |
| B |
Methods
Add(Action<A, B>)
Declaration
public void Add(Action<A, B> rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<A, B> | rhs |
Call(A, B)
Declaration
public void Call(A a, B b)
Parameters
| Type | Name | Description |
|---|---|---|
| A | a | |
| B | b |
Remove(Action<A, B>)
Declaration
public void Remove(Action<A, B> rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<A, B> | rhs |