Class OnGameQuittingAttribute
The function will be called before the application actually quit.
Examples
[OnGameQuitting]
internal static void ExampleFunction () { }
Constructors
OnGameQuittingAttribute(int)
The function will be called before the application actually quit.
Declaration
public OnGameQuittingAttribute(int order = 0)
Parameters
Type | Name | Description |
---|---|---|
int | order | Function with smaller order will be called earlier |
Examples
[OnGameQuitting]
internal static void ExampleFunction () { }