SpriteKit.SKView.ShowsDrawCount Property
If true, displays the number of rendering passes needed for the SpriteKit.SKScene.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: SpriteKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0