C# Class UnityEditor.ColumnViewElement

Datei anzeigen Open project: randomize/VimConfig Class Usage Examples

Public Properties

Property Type Description
name string
value object

Public Methods

Method Description
ColumnViewElement ( string name, object value ) : System

Method Details

ColumnViewElement() public method

public ColumnViewElement ( string name, object value ) : System
name string
value object
return System

Property Details

name public_oe property

public string name
return string

value public_oe property

public object value
return object