C# Class UnityEditor.CustomPreviewAttribute

Inheritance: System.Attribute
显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
CustomPreviewAttribute ( Type type ) : System

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

Method Details

CustomPreviewAttribute() public method

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

public CustomPreviewAttribute ( Type type ) : System
type System.Type The type you want to create a custom preview for.
return System