C# Class Nomad.Logic.ObjectLegoBox

显示文件 Open project: Azerothian/fc3editor

Public Methods

Method Description
AddEntry ( ObjectInventoryEntry entry ) : void
ClearEntries ( ) : void
CreateLegoBox ( ) : void
GetEntryFromScreenPoint ( Vec2 screenPoint ) : ObjectInventoryEntry

Method Details

AddEntry() public static method

public static AddEntry ( ObjectInventoryEntry entry ) : void
entry Nomad.Inventory.ObjectInventoryEntry
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 ) : ObjectInventoryEntry
screenPoint Nomad.Maths.Vec2
return Nomad.Inventory.ObjectInventoryEntry