Interface ITickManager
Assembly: NFive.SDK.Client.net.dll
Syntax
public interface ITickManager
Methods
|
Improve this Doc
View Source
Off(Action)
Declaration
void Off(Action callback)
Parameters
| Type |
Name |
Description |
| Action |
callback |
|
|
Improve this Doc
View Source
Off(Func<Task>)
Declaration
void Off(Func<Task> callback)
Parameters
| Type |
Name |
Description |
| Func<Task> |
callback |
|
|
Improve this Doc
View Source
On(Action)
Declaration
Parameters
| Type |
Name |
Description |
| Action |
callback |
|
|
Improve this Doc
View Source
On(Func<Task>)
Declaration
void On(Func<Task> callback)
Parameters
| Type |
Name |
Description |
| Func<Task> |
callback |
|