Show / Hide Table of Contents

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
In This Article
Back to top Generated by DocFX