Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

CustomPreviewAttribute Constructor

Declaration

public CustomPreviewAttribute(Type type);

Parameters

type The type you want to create a custom preview for.

Description

Tells a DefaultPreview which class it's a preview for.

When you make a custom preview, you need put this attribute on the preview class.