ShaderUtil.GetPropertyCount
static function GetPropertyCount(s: Shader): int;
static int GetPropertyCount(Shader s);
static def GetPropertyCount(s as Shader) as int
Parameters

s The shader to check against.
Description

Get the number of properties in Shader s.