org.rajawali3d.renderer / ISurfaceRenderer / setFrameRate

setFrameRate

abstract fun setFrameRate(rate: Int): Unit

Sets the target frame rate in frames per second.

Parameters

rate - Int: int The target rate.

abstract fun setFrameRate(rate: Double): Unit

Sets the target frame rate in frames per second.

Parameters

rate - Double: double The target rate.

abstract fun setFrameRate(rate: Int): Unit

Sets the target frame rate in frames per second.

Parameters

rate - Int: int The target rate.

abstract fun setFrameRate(rate: Double): Unit

Sets the target frame rate in frames per second.

Parameters

rate - Double: double The target rate.