Show / Hide Table of Contents

Delegate EntityConstructor<T>

Namespace: LiteEntitySystem.Internal
Assembly: LiteEntitySystem.dll
Syntax
public delegate T EntityConstructor<out T>(EntityParams entityParams)
    where T : InternalEntity;
Parameters
Type Name Description
EntityParams entityParams
Returns
Type Description
T
Type Parameters
Name Description
T
In This Article
Back to top Generated by DocFX