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 |
---|---|---|
Type |
typeInfo | TypeInfo for the component with a WriteGroup attribute |
Returns
Type | Description |
---|---|
Type |
Returns a pointer to an array of WriteGroups for the provided TypeInfo. |