CopyTo(Span<int>)

Method

Namespace: Ignis

Declared in: Ignis.IEntityView


Copies the entity IDs from this view to a span.

Syntax

public Span<int> CopyTo(
	Span<int> storage
)

Parameters

storage

Target span

Returns

Slice of the original span. Not fitting entries are skipped.


Back to index