docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Contains

    Contains(int)

    Determines whether or not the given frame index is contained in the interval.

    Declaration
    public bool Contains(int frameIndex)
    Parameters
    Type Name Description
    int frameIndex
    Returns
    Type Description
    bool

    True if the given frame index is contained in this interval; false otherwise.

    Contains(TimeIndex)

    Determines whether or not the given time index is contained in the interval.

    Declaration
    public bool Contains(TimeIndex timeIndex)
    Parameters
    Type Name Description
    TimeIndex timeIndex
    Returns
    Type Description
    bool

    True if the given time index is contained in this interval; 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)