SKView.ShowsDrawCount Property

Definition

If true, displays the number of rendering passes needed for the SKScene.

public virtual bool ShowsDrawCount { [Foundation.Export("showsDrawCount")] get; [Foundation.Export("setShowsDrawCount:")] set; }
member this.ShowsDrawCount : bool with get, set

Property Value

Attributes

Remarks

Certain scenes require multiple passes to fully render. In particular, SKEffectNodes need to render into a separate buffer before they apply their Filter and then need to have their filtered effect blended into their parent node's rendering.

Applies to