Method GetWriteGroupTypes
GetWriteGroupTypes(TypeIndex)
Used by codegen. Returns list of all type indices for components who have a WriteGroup on the provided type
Declaration
[GenerateTestsForBurstCompatibility(GenericTypeArguments = new Type[] { typeof(Entity) })]
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 |