public interface SCNTechniqueSupport
The SCNTechniqueSupport protocol describes an object that supports single or multi-pass techniques
| Modifier and Type | Method and Description |
|---|---|
void |
setTechnique(SCNTechnique value)
[@property] technique
|
SCNTechnique |
technique()
[@property] technique
|
void setTechnique(SCNTechnique value)
Specifies the technique of the receiver. Defaults to nil.
SCNTechnique technique()
Specifies the technique of the receiver. Defaults to nil.