SCNAction.MoveTo(SCNVector3, 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 that moves the geometry to the specified location, over durationInSeconds
seconds.
[Foundation.Export("moveTo:duration:")]
public static SceneKit.SCNAction MoveTo (SceneKit.SCNVector3 location, double durationInSeconds);
static member MoveTo : SceneKit.SCNVector3 * double -> SceneKit.SCNAction
Parameters
- location
- SCNVector3
- durationInSeconds
- Double
Returns
- Attributes