Struct DynamicTypeList
Syntax
public struct DynamicTypeList
Fields
MaxCapacity
Declaration
public const int MaxCapacity = 128
Field Value
Properties
Length
Declaration
public int Length { readonly get; set; }
Property Value
Methods
GetData()
Declaration
public DynamicComponentTypeHandle*GetData()
Returns
PopulateList(SystemBase, DynamicBuffer<GhostCollectionComponentType>, Boolean, ref DynamicTypeList)
Declaration
public static void PopulateList(SystemBase system, DynamicBuffer<GhostCollectionComponentType> ghostComponentCollection, bool readOnly, ref DynamicTypeList list)
Parameters
PopulateListFromArray(SystemBase, NativeArray<ComponentType>, Boolean, ref DynamicTypeList)
Declaration
public static void PopulateListFromArray(SystemBase system, NativeArray<ComponentType> componentTypes, bool readOnly, ref DynamicTypeList list)
Parameters