setMaxAnimationFrameRate(_:)
Sets the maximum frame rate for animating compositions.
Declaration
func setMaxAnimationFrameRate(_ maxFPS: Float)Parameters
- maxFPS:
A frame rate in frames per second. Pass
0.0to specify no limit to the maximum value.
Sets the maximum frame rate for animating compositions.
func setMaxAnimationFrameRate(_ maxFPS: Float)A frame rate in frames per second. Pass 0.0 to specify no limit to the maximum value.