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. |
Returns
Type | Description |
---|---|
HashSet<string> | Returns a HashSet of field names. |