ObjectIndex Class |
Namespace: ImmerseSDK
public abstract class ObjectIndex : IEnumerable
The ObjectIndex type exposes the following members.
Name | Description | |
---|---|---|
ObjectIndex | Initializes a new instance of the ObjectIndex class |
Name | Description | |
---|---|---|
Count | ||
IndexId | ||
IsInitialized |
Cannot retrieve IDs or Objects without first being initialized
| |
Item |
Name | Description | |
---|---|---|
GetEnumerator | ||
GetId |
Get a GUID for an Object
| |
GetObject |
Get an Object by it's ID
| |
TryGetId |
Get a GUID for an Object
| |
TryGetObject |
Get an Object by it's ID
|
Name | Description | |
---|---|---|
ReverseIndex |