SCNProgramDelegate_Extensions Class

Definition

Extension methods to the ISCNProgramDelegate interface to support all the methods from the SCNProgramDelegate protocol.

public static class SCNProgramDelegate_Extensions
type SCNProgramDelegate_Extensions = class
Inheritance
SCNProgramDelegate_Extensions

Remarks

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

Methods

BindValue(ISCNProgramDelegate, SCNProgram, String, UInt32, UInt32, SCNRenderer)
HandleError(ISCNProgramDelegate, SCNProgram, NSError)
IsProgramOpaque(ISCNProgramDelegate, SCNProgram)
UnbindValue(ISCNProgramDelegate, SCNProgram, String, UInt32, UInt32, SCNRenderer)

Applies to