Google. XR. ARCoreExtensions. ARPlaybackManager
Provides access to session playback functionality.
Summary
Properties |
|
---|---|
PlaybackStatus
|
static PlaybackStatus
Gets the current state of the playback.
|
Public static functions |
|
---|---|
SetPlaybackDataset(string datasetFilepath)
|
Sets the filepath for a dataset to be played back.
|
Properties
PlaybackStatus
static PlaybackStatus PlaybackStatus
Gets the current state of the playback.
Details | |
---|---|
Returns |
The current PlaybackStatus.
|
Public static functions
SetPlaybackDataset
PlaybackResult SetPlaybackDataset( string datasetFilepath )
Sets the filepath for a dataset to be played back.
The ARCore session must be paused when using this method. Resume the session for the change to take effect.
Details | |||
---|---|---|---|
Parameters |
|
||
Returns |
PlaybackResult.
Success if playback filepath was set without issue. Otherwise, the PlaybackResult will indicate the error. |