SCNNode.LocalTranslate(SCNVector3) Method

Definition

[Foundation.Export("localTranslateBy:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void LocalTranslate (SceneKit.SCNVector3 translation);
abstract member LocalTranslate : SceneKit.SCNVector3 -> unit
override this.LocalTranslate : SceneKit.SCNVector3 -> unit

Parameters

translation
SCNVector3
Attributes

Applies to