C# Class UnityEditor.TypeSelection

Inheritance: IComparable
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
label UnityEngine.GUIContent
objects Object[]

Public Methods

Method Description
CompareTo ( object o ) : int
TypeSelection ( string typeName, Object objects ) : System

Method Details

CompareTo() public method

public CompareTo ( object o ) : int
o object
return int

TypeSelection() public method

public TypeSelection ( string typeName, Object objects ) : System
typeName string
objects Object
return System

Property Details

label public_oe property

public GUIContent,UnityEngine label
return UnityEngine.GUIContent

objects public_oe property

public Object[] objects
return Object[]