MaterialEditor.GetMaterialProperty
static function GetMaterialProperty(mats: Object[], name: string): MaterialProperty;
static MaterialProperty GetMaterialProperty(Object[] mats, string name);
static def GetMaterialProperty(mats as Object[], name as string) as MaterialProperty
static function GetMaterialProperty(mats: Object[], propertyIndex: int): MaterialProperty;
static MaterialProperty GetMaterialProperty(Object[] mats, int propertyIndex);
static def GetMaterialProperty(mats as Object[], propertyIndex as int) as MaterialProperty
Parameters

mats Selected materials.
name Property name.
propertyIndex Property index.
Description

Get information about a single shader property.