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

ItemScope Struct

Extends System.IDisposable

Constructors

ItemScope ( item )
Signature
OVRObjectPool.ItemScope< T >.ItemScope(out T item)
Parameters
item: out T

Fields

_item : readonly T
Signature
readonly T OVRObjectPool.ItemScope< T >._item

Methods

Dispose ()
Signature
void OVRObjectPool.ItemScope< T >.Dispose()
Returns
void