Package apple.scenekit.protocol
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTechnique(SCNTechnique value)[@property] technique Specifies the technique of the receiver.SCNTechniquetechnique()[@property] technique Specifies the technique of the receiver.
-
-
-
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.
-
-