GKComponentSystem<TComponent>.Item[nuint] Property

Definition

Gets the component at the specified index from the array of components that are contained in the component system.

public TComponent this[nuint index] { get; }
member this.Item(nuint) : 'Component

Parameters

index
System.System.UIntPtr System.unativeint

The 0-based index of the component to get.

Property Value

TComponent

Applies to