CommandBuffer.SetWireframe

Declaration

public void SetWireframe(bool enable);

Parameters

enable A boolean indicating whether to enable wireframe mode.

Description

Add a "set wireframe" command to the buffer.

When enabled the scene will be rendered in wireframe mode (see GL.wireframe). This is not supported on some platforms (f.e. OpenGL ES).


Did you find this page useful? Please give it a rating: