Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ShaderData.ConstantInfo.Rows

public int Rows;

Description

If the constant is a matrix type, this stores the number of rows. If the constant is a vector type, this value will be 1. Otherwise, the value is 0. (Read Only)