Skip to content

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

Returns

System.Type