SCNAction.ReversedAction Method

Definition

Gets a reversed action for the action on which it is run. (For actions that cannot be reversed, the returned action will be the identical action.)

[Foundation.Export("reversedAction")]
public virtual SceneKit.SCNAction ReversedAction ();
abstract member ReversedAction : unit -> SceneKit.SCNAction
override this.ReversedAction : unit -> SceneKit.SCNAction

Returns

Attributes

Applies to