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