Method GetFields
GetFields(Type)
Gets all registered fields of a runtime type.
Declaration
public static HashSet<string> GetFields(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | Type of the runtime component. Must implement IComponentData. |