Method GetDescendantCount
GetDescendantCount(TypeIndex)
Returns how many component types are known to the TypeManager that inherit from a given component type
Declaration
public static int GetDescendantCount(TypeIndex typeIndex)Parameters
| Type | Name | Description | 
|---|---|---|
| TypeIndex | typeIndex | Parent type | 
Returns
| Type | Description | 
|---|---|
| int | Returns count of component types inheriting from typeIndex's component type |