docs.unity.cn
    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
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, April 27, 2023