IrrlichtNETCP.VideoDriver.VideoDriver_SetClipPlane C# (CSharp) Method

VideoDriver_SetClipPlane() private method

private VideoDriver_SetClipPlane ( IntPtr videodriver, int index, float plane, bool enable ) : bool
videodriver System.IntPtr
index int
plane float
enable bool
return bool
        static extern bool VideoDriver_SetClipPlane(IntPtr videodriver, int index, float[] plane, bool enable);
VideoDriver