Struct DynamicTypeList
Syntax
public struct DynamicTypeList
Fields
MaxCapacity
Declaration
public const int MaxCapacity = 128
Field Value
Methods
PopulateList<T>(SystemBase, DynamicBuffer<GhostCollectionComponentType>, Boolean, ref T)
Declaration
public static void PopulateList<T>(SystemBase system, DynamicBuffer<GhostCollectionComponentType> ghostComponentCollection, bool readOnly, ref T list)
where T : struct, IDynamicTypeList
Parameters
Type Parameters
PopulateListFromArray<T>(SystemBase, NativeArray<ComponentType>, Boolean, ref T)
Declaration
public static void PopulateListFromArray<T>(SystemBase system, NativeArray<ComponentType> componentTypes, bool readOnly, ref T list)
where T : struct, IDynamicTypeList
Parameters
Type Parameters