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 |
---|---|---|
Type |
typeIndex | Component type index |
Returns
Type | Description |
---|---|
Native |
List of type indices |