Property matchFrameRateRequested
matchFrameRateRequested
Whether the AR session update should be synchronized with the Unity frame rate.
If true
, Update(XRSessionUpdateParams) should block until the next AR frame is available.
Must be implemented if
supportsMatchFrameRate
is True
.
Declaration
public virtual bool matchFrameRateRequested { get; set; }
Property Value
Type | Description |
---|---|
bool |