Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShaderParamType

Options for the data type of a shader constant's members.
Read time 1 minuteLast updated 4 days ago

Definition

public enum ShaderParamType

Fields

Value

Description

BoolA boolean.
FloatA float.
HalfA half-precision float.
IntAn integer.
ShortA short.
UIntAn unsigned integer.