Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

DataTypeStyleMapper

class in Unity.GraphToolkit.Editor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Maps custom data types to their visual styles in a graph.

Use this to register icons and colors for custom data types in a graph. Do not use to override existing or built-in type styles. Overriding existing or built-in type styles can lead to inconsistent visuals and unexpected behavior in the graph editor. The custom icon and color are used wherever the data type is visually represented, such as on ports, wires, and variables.

Public Methods

Method Description
Register Registers an icon and color style for a given data type.