Package apple.scenekit.protocol
Interface SCNProgramDelegate
-
public interface SCNProgramDelegate[@protocol] SCNProgramDelegate The SCNProgramDelegate protocol declares the methods that an instance of SCNProgram invokes to delegate the binding of parameters.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidprogramHandleError(SCNProgram program, NSError error)handleError Invoked on the delegate whenever a compilation error occurs.
-
-
-
Method Detail
-
programHandleError
default void programHandleError(SCNProgram program, NSError error)
handleError Invoked on the delegate whenever a compilation error occurs. Error domain is SCNErrorDomain.- Parameters:
program- The program that generated a compilation error.error- The compilation error.
-
-