docs.unity3d.com
    Show / Hide Table of Contents

    Enum StandardFrameRates

    The standard frame rates supported when locking Timeline playback to frames. The frame rate is expressed in frames per second (fps).

    Namespace: UnityEngine.Timeline
    Syntax
    public enum StandardFrameRates

    Fields

    Name Description Value
    Fps24

    Represents a frame rate of 24 fps. This is the common frame rate for film.


    0
    Fps23_97

    Represents a drop frame rate of 23.97 fps. This is the common frame rate for NTSC film broadcast.


    1
    Fps25

    Represents a frame rate of 25 fps. This is commonly used for non-interlaced PAL television broadcast.


    2
    Fps30

    Represents a frame rate of 30 fps. This is commonly used for HD footage.


    3
    Fps29_97

    Represents a drop frame rate of 29.97 fps. This is commonly used for NTSC television broadcast.


    4
    Fps50

    Represents a frame rate of 50 fps. This is commonly used for interlaced PAL television broadcast.


    5
    Fps60

    Represents a frame rate of 60 fps. This is commonly used for games.


    6
    Fps59_94

    Represents a drop frame rate of 59.94 fps. This is commonly used for interlaced NTSC television broadcast.


    7
    In This Article
    • Fields
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023