Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

RenderingMode

enumeration

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

Description

Controls drawing and rendering is allowed. NOTE: Drawing and rendering are always available in the Unity Editor however rendering requires compute buffer support on any device it is used without which no rendering will occur.

Properties

Property Description
EditorOnly Drawing and rendering is only available in the Editor and not in a player build.
DevelopmentPlayer Drawing and rendering is available in both the Editor and a Development player build.
AnyPlayer Drawing and rendering is available in the Editor and any player build.