C# Class UnityEditor.ColumnViewElement

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
value object

Méthodes publiques

Méthode Description
ColumnViewElement ( string name, object value ) : System

Method Details

ColumnViewElement() public méthode

public ColumnViewElement ( string name, object value ) : System
name string
value object
Résultat System

Property Details

name public_oe property

public string name
Résultat string

value public_oe property

public object value
Résultat object