SCNAction.FromJavascript(String, Double) 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.
Creates an action from the JavaScript snippet, that takes seconds
to complete.
[Foundation.Export("javaScriptActionWithScript:duration:")]
public static SceneKit.SCNAction FromJavascript (string script, double seconds);
static member FromJavascript : string * double -> SceneKit.SCNAction
Parameters
- script
- String
- seconds
- Double
Returns
- Attributes