Upravit

Sdílet prostřednictvím


SCNAction.FadeOut(Double) Method

Definition

Creates an action that changes the alpha channel on the colors of the geometry to 0, over durationInSeconds seconds.

[Foundation.Export("fadeOutWithDuration:")]
public static SceneKit.SCNAction FadeOut (double durationInSeconds);
static member FadeOut : double -> SceneKit.SCNAction

Parameters

durationInSeconds
Double

Returns

Attributes

Applies to