VisualPOVRAY.BlueSkyTexture.update C# (CSharp) Method

update() public method

public update ( float time ) : void
time float
return void
        public void update(float time)
        {
            if (reactive)
            {
                this.turbulence.now(time);
            }
        }