C# 클래스 UnityEditor.CustomPreviewAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
CustomPreviewAttribute ( Type type ) : System

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

메소드 상세

CustomPreviewAttribute() 공개 메소드

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.
리턴 System