MLAPI API Reference
MLAPI API Reference
MLAPI.Collections
FixedQueue(T) Class
FixedQueue(T) Properties
Count Property
Item Property
FixedQueue
T
Item Property
[This is preliminary documentation and is subject to change.]
Gets the element at a given virtual index
Namespace:
MLAPI.Collections
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
T
this
[
int
index
] {
get
; }
Request Example
View Source
Parameters
index
Type:
System
Int32
The virtual index to get the item from
Return Value
Type:
T
The element at the virtual index
See Also
Reference
FixedQueue
T
Class
MLAPI.Collections Namespace