Class ArPlaybackStatusExtensions
Extension methods for the ArPlaybackStatus enum.
Inherited Members
Namespace: UnityEngine.XR.ARCore
Syntax
public static class ArPlaybackStatusExtensions
Methods
Playing(ArPlaybackStatus)
Determines whether this status indicates that a recorded session is currently playing.
Declaration
public static bool Playing(this ArPlaybackStatus status)
Parameters
Type | Name | Description |
---|---|---|
ArPlaybackStatus | status | The ArPlaybackStatus value to check. |
Returns
Type | Description |
---|---|
Boolean | Returns |