CustomPreviewAttribute(Type)
Tells a DefaultPreview which class it's a preview for.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public CustomPreviewAttribute(Type type)
Parameters
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.