Share via


GKComponentSystem<TComponent>.Item[UIntPtr] Property

Definition

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

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

Parameters

index
UIntPtr

unativeint

The 0-based index of the component to get.

Property Value

TComponent

Applies to