EditorSpatialGizmoPlugin.createIconMaterial

Creates an icon material with its variants (selected and/or editable) and adds them to the internal material list. They can then be accessed with getMaterial and used in EditorSpatialGizmo.addUnscaledBillboard. Should not be overridden.

struct EditorSpatialGizmoPlugin
@nogc nothrow
void
createIconMaterial
(
in String name
,,
in bool on_top = false
,
in Color color = Color(1, 1, 1, 1)
)

Meta