Version: 2020.3
言語: 日本語

RenderMode

enumeration

マニュアルに切り替える

説明

Render mode of CurveFields

変数

TextureRenders the curve with a generated texture, like with Unity’s Immediate Mode GUI system (IMGUI).
MeshRenders the curve with an anti-aliased mesh.
DefaultRenders the curve with the default mode. Currently Texture.