C# Class UnityEditor.TypeSelection

Inheritance: IComparable
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
label UnityEngine.GUIContent
objects Object[]

Méthodes publiques

Méthode Description
CompareTo ( object o ) : int
TypeSelection ( string typeName, Object objects ) : System

Method Details

CompareTo() public méthode

public CompareTo ( object o ) : int
o object
Résultat int

TypeSelection() public méthode

public TypeSelection ( string typeName, Object objects ) : System
typeName string
objects Object
Résultat System

Property Details

label public_oe property

public GUIContent,UnityEngine label
Résultat UnityEngine.GUIContent

objects public_oe property

public Object[] objects
Résultat Object[]