C# 클래스 UnityEditor.TypeSelection

상속: IComparable
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
label UnityEngine.GUIContent
objects Object[]

공개 메소드들

메소드 설명
CompareTo ( object o ) : int
TypeSelection ( string typeName, Object objects ) : System

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object o ) : int
o object
리턴 int

TypeSelection() 공개 메소드

public TypeSelection ( string typeName, Object objects ) : System
typeName string
objects Object
리턴 System

프로퍼티 상세

label 공개적으로 프로퍼티

public GUIContent,UnityEngine label
리턴 UnityEngine.GUIContent

objects 공개적으로 프로퍼티

public Object[] objects
리턴 Object[]