Class FastAction<A, B, C>
Inheritance
System.Object
FastAction<A, B, C>
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, C>
Type Parameters
| Name | Description |
|---|---|
| A | |
| B | |
| C |
Methods
Add(Action<A, B, C>)
Declaration
public void Add(Action<A, B, C> rhs)
Parameters
| Type | Name | Description |
|---|---|---|
| System.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 |
|---|---|---|
| System.Action<A, B, C> | rhs |