MeshObjectFadeToMultipleColors Method |
Changes the set of material colors over a given time.
This method blocks the current script until the transition is complete.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic void FadeToMultipleColors(
Color[] colors,
double seconds
)
Parameters
- colors
- Type: System.DrawingColor
The colors to transition to. - seconds
- Type: SystemDouble
How long the transition should take to complete in seconds.
See Also