Method GetWriteGroupTypes
GetWriteGroupTypes(TypeIndex)
Used by codegen. Returns list of all type indices for components who have a WriteGroup on the provided type
Declaration
public static NativeArray<TypeIndex> GetWriteGroupTypes(TypeIndex typeIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| TypeIndex | typeIndex | Component type index |
Returns
| Type | Description |
|---|---|
| NativeArray<TypeIndex> | List of type indices |