docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ArPlaybackStatusExtensions

    Extension methods for the ArPlaybackStatus enum.

    Inheritance
    object
    ArPlaybackStatusExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.XR.ARCore
    Assembly: Unity.XR.ARCore.dll
    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
    bool

    Returns true if the status is Ok. Returns false otherwise.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)