Skip to content

DeferredList.AsReadOnly() Method

Definition

Namespace: Brine2D.ECS

Gets a read-only view of the current committed items. The wrapper is created once and cached; it reflects all live changes to the list.

public System.Collections.Generic.IReadOnlyList<T> AsReadOnly();

Returns

System.Collections.Generic.IReadOnlyList<T>