IrrlichtNETCP.VideoDriver.RemoveAllTextures C# (CSharp) Method

RemoveAllTextures() public method

public RemoveAllTextures ( ) : void
return void
        public void RemoveAllTextures()
        {
            VideoDriver_RemoveAllTextures(_raw);
        }
VideoDriver