IrrlichtNETCP.VideoDriver.VideoDriver_SetFog C# (CSharp) Method

VideoDriver_SetFog() private method

private VideoDriver_SetFog ( IntPtr videodriver, int color, bool linear, float start, float end, float density, bool pixel, bool range ) : void
videodriver System.IntPtr
color int
linear bool
start float
end float
density float
pixel bool
range bool
return void
        static extern void VideoDriver_SetFog(IntPtr videodriver, int[] color, bool linear, float start, float end, float density, bool pixel, bool range);
VideoDriver