Method HasBindings
HasBindings(Type)
Checks if a runtime type has any authoring bindings.
Declaration
public static bool HasBindings(Type componentType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | componentType | Type of the runtime component. Must implement IComponentData. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if component type is registered. False otherwise. |