SCNAction.FadeIn(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 increases the alpha channel on the colors of the geometry to 1, over durationInSeconds
seconds.
[Foundation.Export("fadeInWithDuration:")]
public static SceneKit.SCNAction FadeIn (double durationInSeconds);
static member FadeIn : double -> SceneKit.SCNAction
Parameters
- durationInSeconds
- Double
Returns
- Attributes