Delegate MethodCallDelegate
Namespace: LiteEntitySystem
Assembly: LiteEntitySystem.dll
Syntax
public delegate void MethodCallDelegate(void *ent, void *previousValue);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Void* | ent | |
| System.Void* | previousValue |
public delegate void MethodCallDelegate(void *ent, void *previousValue);
| Type | Name | Description |
|---|---|---|
| System.Void* | ent | |
| System.Void* | previousValue |