Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CustomPreviewAttribute(Type)

Tells a DefaultPreview which class it's a preview for.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Constructor
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public CustomPreviewAttribute(Type type)

Parameters

type

The type you want to create a custom preview for.

Remarks

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