Interface IDynamicTypeList
Namespace: Unity.NetCode
Syntax
public interface IDynamicTypeList
Properties
Length
Declaration
int Length { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Methods
GetData()
Declaration
DynamicComponentTypeHandle*GetData()
Returns
| Type | Description |
|---|---|
| DynamicComponentTypeHandle* |