SCNAction.FadeOut(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 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