C# Class uguimvvm.ItemsControl.ItemInfo

显示文件 Open project: jbruening/ugui-mvvm Class Usage Examples

Public Properties

Property Type Description
Control UnityEngine.GameObject
Item object

Public Methods

Method Description
ItemInfo ( object item, GameObject control ) : System.Collections

Method Details

ItemInfo() public method

public ItemInfo ( object item, GameObject control ) : System.Collections
item object
control UnityEngine.GameObject
return System.Collections

Property Details

Control public_oe property

public GameObject,UnityEngine Control
return UnityEngine.GameObject

Item public_oe property

public object Item
return object