Method HasDescendants
HasDescendants(TypeIndex)
Returns if any component inherits from the provided TypeIndex
Declaration
public static bool HasDescendants(TypeIndex baseTypeIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeIndex | baseTypeIndex | Parent type |
Returns
| Type | Description |
|---|---|
| bool | Returns if any component inherits from baseTypeIndex |