Class FastAction<A, B, C>
Inheritance
FastAction<A, B, C>
Namespace: TMPro
Assembly: Unity.TextMeshPro.dll
Syntax
public class FastAction<A, B, C>
Type Parameters
Methods
Add(Action<A, B, C>)
Declaration
public void Add(Action<A, B, C> rhs)
Parameters
Type |
Name |
Description |
Action<A, B, C> |
rhs |
|
Call(A, B, C)
Declaration
public void Call(A a, B b, C c)
Parameters
Type |
Name |
Description |
A |
a |
|
B |
b |
|
C |
c |
|
Remove(Action<A, B, C>)
Declaration
public void Remove(Action<A, B, C> rhs)
Parameters
Type |
Name |
Description |
Action<A, B, C> |
rhs |
|