SKViewDelegate_Extensions Class

Definition

Extension methods to the ISKViewDelegate interface to support all the methods from the SKViewDelegate protocol.

public static class SKViewDelegate_Extensions
type SKViewDelegate_Extensions = class
Inheritance
SKViewDelegate_Extensions

Remarks

The extension methods for ISKViewDelegate allow developers to treat instances of the interface as having all the optional methods of the original SKViewDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

ShouldRender(ISKViewDelegate, SKView, Double)

Applies to