SKView.ShowsDrawCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.