EntitySerializer.FindComponentType(string) Method
Definition¶
Namespace: Brine2D.ECS.Serialization
Finds a component type by its full name or simple name. Searches all loaded assemblies.
private System.Type? FindComponentType(string typeName);
Parameters¶
typeName System.String