Method GetWriteGroups
GetWriteGroups(in TypeInfo)
Retrieves a pointer to an array of WriteGroups for the provided TypeInfo.
Declaration
[GenerateTestsForBurstCompatibility]
public static TypeIndex* GetWriteGroups(in TypeManager.TypeInfo typeInfo)
Parameters
Type | Name | Description |
---|---|---|
TypeManager.TypeInfo | typeInfo | TypeInfo for the component with a WriteGroup attribute |
Returns
Type | Description |
---|---|
TypeIndex* | Returns a pointer to an array of WriteGroups for the provided TypeInfo. |