GKComponentSystem<TComponent>.Item[nuint] 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[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