GKComponentSystem<TComponent>.Item[UIntPtr] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.