OVRTask< bool > | Sets the enabled status of this component. |
bool IOVRAnchorComponent< T >.IsNull |
---|
Whether this object represents a valid anchor component. |
bool IOVRAnchorComponent< T >.IsEnabled |
---|
True if this component is enabled and no change to its enabled status is pending. |
OVRPlugin.SpaceComponentType IOVRAnchorComponent< T >.Type |
---|
No description available.
|
ulong IOVRAnchorComponent< T >.Handle |
---|
No description available.
|
OVRTask< bool > IOVRAnchorComponent< T >.SetEnabledAsync ( bool enable, double timeout ) |
---|
Sets the enabled status of this component. A component must be enabled to access its data. Parameters enable The desired state of the component. timeoutThe timeout, in seconds, for the operation. Use zero to indicate an infinite timeout. Returns Returns an OVRTask<T> whose result indicates the result of the operation. |