Method GetDynamicSharedComponentTypeHandle
GetDynamicSharedComponentTypeHandle(ComponentType)
Gets the run-time type information required to access a shared component data in a chunk.
Declaration
public DynamicSharedComponentTypeHandle GetDynamicSharedComponentTypeHandle(ComponentType componentType)
Parameters
| Type | Name | Description |
|---|---|---|
| ComponentType | componentType | The component type to get access to. |
Returns
| Type | Description |
|---|---|
| DynamicSharedComponentTypeHandle | An object representing the type information required to safely access shared component data stored in a chunk. |