SCNTechnique.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Create(NSDictionary) |
Creates and returns a new SceneKit technique with the options in the provided dictionary. |
Create(SCNTechnique[]) |
Creates and returns a new SceneKit technique from the provided array of techniques. |
Create(NSDictionary)
Creates and returns a new SceneKit technique with the options in the provided dictionary.
[Foundation.Export("techniqueWithDictionary:")]
public static SceneKit.SCNTechnique Create (Foundation.NSDictionary dictionary);
static member Create : Foundation.NSDictionary -> SceneKit.SCNTechnique
Parameters
- dictionary
- NSDictionary
Returns
- Attributes
Applies to
Create(SCNTechnique[])
Creates and returns a new SceneKit technique from the provided array of techniques.
[Foundation.Export("techniqueBySequencingTechniques:")]
public static SceneKit.SCNTechnique Create (SceneKit.SCNTechnique[] techniques);
static member Create : SceneKit.SCNTechnique[] -> SceneKit.SCNTechnique
Parameters
- techniques
- SCNTechnique[]
Returns
- Attributes