C# Class BagWindow, FairyGUI-unity

Inheritance: Window
Mostrar archivo Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Methods

Method Description
BagWindow ( ) : System

Protected Methods

Method Description
DoHideAnimation ( ) : void
DoShowAnimation ( ) : void
OnInit ( ) : void

Private Methods

Method Description
OnScroll ( ) : void
RenderListItem ( int index, GObject obj ) : void
__clickItem ( EventContext context ) : void

Method Details

BagWindow() public method

public BagWindow ( ) : System
return System

DoHideAnimation() protected method

protected DoHideAnimation ( ) : void
return void

DoShowAnimation() protected method

protected DoShowAnimation ( ) : void
return void

OnInit() protected method

protected OnInit ( ) : void
return void