Interface SCNTechniqueSupport

  • All Known Implementing Classes:
    ARSCNView, SCNCamera, SCNLight, SCNRenderer, SCNView

    public interface SCNTechniqueSupport
    [@protocol] SCNTechniqueSupport The SCNTechniqueSupport protocol describes an object that supports single or multi-pass techniques
    • Method Detail

      • setTechnique

        void setTechnique​(SCNTechnique value)
        [@property] technique Specifies the technique of the receiver. Defaults to nil.
      • technique

        SCNTechnique technique()
        [@property] technique Specifies the technique of the receiver. Defaults to nil.