SKView.ShowsFPS Property

Definition

If true, displays the frame rate achieved by the SKScene.

public virtual bool ShowsFPS { [Foundation.Export("showsFPS")] get; [Foundation.Export("setShowsFPS:")] set; }
member this.ShowsFPS : bool with get, set

Property Value

Attributes

Remarks

This value is displayed in the lower-right corner of the SKView.

Applies to