Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AdditionalCanvasShaderChannels

enumeration

Description

Enum mask of possible shader channel properties that can also be included when the Canvas mesh is created.

Variables

NoneNo additional shader parameters are needed.
TexCoord1Include UV1 on the mesh vertices.
TexCoord2Include UV2 on the mesh vertices.
TexCoord3Include UV3 on the mesh vertices.
NormalInclude the normals on the mesh vertices.
TangentInclude the Tangent on the mesh vertices.