C# Class ContainerOpened, UnderworldExporter

Inheritance: GuiBase_Draggable
显示文件 Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
BackpackBg GameObject
InvDown GameObject
InvUp GameObject

Public Methods

Method Description
CloseChildContainer ( Container, ClosingParent ) : void
OnClick ( ) : void

Method Details

CloseChildContainer() public method

public CloseChildContainer ( Container, ClosingParent ) : void
ClosingParent Container,
return void

OnClick() public method

public OnClick ( ) : void
return void

Property Details

BackpackBg public_oe property

public GameObject BackpackBg
return GameObject

InvDown public_oe property

public GameObject InvDown
return GameObject

InvUp public_oe property

public GameObject InvUp
return GameObject