C# Class FC3Editor.Nomad.ObjectLegoBox

Show file Open project: Azerothian/fc3editor

Public Methods

Method Description
AddEntry ( ObjectInventory entry ) : void
ClearEntries ( ) : void
CreateLegoBox ( ) : void
GetEntryFromScreenPoint ( Vec2 screenPoint ) : ObjectInventory.Entry

Method Details

AddEntry() public static method

public static AddEntry ( ObjectInventory entry ) : void
entry ObjectInventory
return void

ClearEntries() public static method

public static ClearEntries ( ) : void
return void

CreateLegoBox() public static method

public static CreateLegoBox ( ) : void
return void

GetEntryFromScreenPoint() public static method

public static GetEntryFromScreenPoint ( Vec2 screenPoint ) : ObjectInventory.Entry
screenPoint Vec2
return ObjectInventory.Entry