protected static MaterialProperty FindProperty (string propertyName, MaterialProperty[] properties);
protected static MaterialProperty FindProperty (string propertyName, MaterialProperty[] properties, bool propertyIsMandatory);

Parámetros

propertyNameName of the material property.
propertiesThe array of available properties.
propertyIsMandatoryIf true then this method will throw an exception if a property with propertyName was not found.

Valor de retorno

MaterialProperty The material property found, otherwise null.

Descripción

Find shader properties.

Utility method for finding a MaterialProperty by name.