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

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

Get information about a single shader property.