Method CopyToReadOnly
CopyToReadOnly()
API that allows user-code to fetch chunk component data as read-only (to avoid bumping change versions when unnecessary).
Declaration
public DynamicComponentTypeHandle CopyToReadOnly()
Returns
| Type | Description |
|---|---|
| DynamicComponentTypeHandle | A RO version of this RW DCTH. |
Remarks
Note: This API is one-way. Making a RO DCTH RW is invalid due to job safety.
Exceptions
| Type | Condition |
|---|---|
| NotImplementedException | |
| InvalidOperationException | If the DCTH is already read-only. |