Version: 2023.1
LanguageEnglish
  • C#

CommandBuffer.SetWireframe

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

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).