MaterialEditor.DefaultShaderProperty
DefaultShaderProperty(prop: MaterialProperty, label: string): void;
DefaultShaderProperty(position: Rect, prop: MaterialProperty, label: string): void;
Description

Handles UI for one shader property ignoring any custom drawers.

This is similar to ShaderProperty function, except it ignores any custom MaterialPropertyDrawer objects.