Documentation

Page contents

Updated

Generate PDF from page.

Manage material values

Description

Copy and paste the values from the material.

Reference

  • Copied – Shows if copied values exists.
  • Copy – Copy the component values.
  • Paste – Paste the component values on the current component.

Use

public override void OnInspectorGUI()
{
    CGFMaterialEditorUtilitiesClass.BuildMaterialValues(this);
}