SKViewDelegate.ShouldRender(SKView, Double) Method
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.
[Foundation.Export("view:shouldRenderAtTime:")]
public virtual bool ShouldRender (SpriteKit.SKView view, double time);
abstract member ShouldRender : SpriteKit.SKView * double -> bool
override this.ShouldRender : SpriteKit.SKView * double -> bool
Parameters
- view
- SKView
- time
- Double
Returns
- Attributes