C# Class UnityEditor.CustomPreviewAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
CustomPreviewAttribute ( Type type ) : System

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

Method Details

CustomPreviewAttribute() public méthode

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.
Résultat System