IrrlichtNETCP.VideoDriver.SetMaterial C# (CSharp) Method

SetMaterial() public method

public SetMaterial ( Material mat ) : void
mat Material
return void
        public void SetMaterial(Material mat)
        {
            VideoDriver_SetMaterial(_raw, mat.Raw);
        }
VideoDriver