Method SetStandardFrameRate
SetStandardFrameRate(StandardFrameRates)
Sets the EditorSetting frameRate to one of the provided standard frame rates.
선언
public void SetStandardFrameRate(StandardFrameRates enumValue)
파라미터
타입 | 이름 | 설명 |
---|---|---|
StandardFrameRates | enumValue | StandardFrameRates value, used to set the current EditorSettings frameRate value. |
참고
When specifying drop frame values, it is recommended to select one of the provided standard frame rates. Specifying a non-standard custom frame rate may give incorrect results when playbackLockedToFrame is enabled during Timeline playback.
예외
타입 | 조건 |
---|---|
ArgumentException | Thrown when the enumValue is not a valid member of StandardFrameRates. |