API reference
API reference
Select your platform
No SDKs available
No versions available

Options Struct

Represents options used to generate an OVRSpaceQuery.

Public Statics

The maximum number of UUIDs which can be used in a UuidFilter.

Properties

The maximum number of results the query can return.
The timeout, in seconds for the query.
Zero indicates the query does not timeout.
The storage location to query.
The type of query to perform.
The type of action to perform.
The components which must be present on the space in order to match the query.
The query will be limited to spaces that have this set of components. You may filter by component type or UUID (see UuidFilter), but not both at the same time.Currently, only one component is allowed at a time.
Exceptions
InvalidOperationException
Thrown if UuidFilter is not null.
A set of UUIDs used to filter the query.
The query will look for this set of UUIDs and only return matching UUIDs up to MaxResults. You may filter by component type (see ComponentFilter) or UUIDs, but not both at the same time.
Exceptions
InvalidOperationException
Thrown if ComponentFilter is not 0.
ArgumentException
Thrown if UuidFilter is set to a value that contains more than
See Also
MaxUuidCount
UUIDs.

Member Functions

Creates a copy of other .
Parameters
other
The options to copy.
Creates a new OVRPlugin.SpaceQueryInfo from this.
Returns
The newly created info.
Initiates a space query.
Parameters
requestId
When this method returns, requestId will represent a valid request if successful, or an invalid request if not. This parameter is passed initialized.
Returns
true if the query was successfully started; otherwise, false.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon