Struct DynamicTypeList
Syntax
public struct DynamicTypeList
Fields
MaxCapacity
Declaration
public const int MaxCapacity = null
Field Value
Properties
Length
Declaration
public int Length { readonly get; set; }
Property Value
Methods
GetData()
Declaration
public DynamicComponentTypeHandle*GetData()
Returns
| Type |
Description |
| DynamicComponentTypeHandle* |
|
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
| Type |
Name |
Description |
| SystemBase |
system |
|
| NativeArray<ComponentType> |
componentTypes |
|
| Boolean |
readOnly |
|
| DynamicTypeList |
list |
|