C# 클래스 FC3Editor.Nomad.ObjectLegoBox

파일 보기 프로젝트 열기: Azerothian/fc3editor

공개 메소드들

메소드 설명
AddEntry ( ObjectInventory entry ) : void
ClearEntries ( ) : void
CreateLegoBox ( ) : void
GetEntryFromScreenPoint ( Vec2 screenPoint ) : ObjectInventory.Entry

메소드 상세

AddEntry() 공개 정적인 메소드

public static AddEntry ( ObjectInventory entry ) : void
entry ObjectInventory
리턴 void

ClearEntries() 공개 정적인 메소드

public static ClearEntries ( ) : void
리턴 void

CreateLegoBox() 공개 정적인 메소드

public static CreateLegoBox ( ) : void
리턴 void

GetEntryFromScreenPoint() 공개 정적인 메소드

public static GetEntryFromScreenPoint ( Vec2 screenPoint ) : ObjectInventory.Entry
screenPoint Vec2
리턴 ObjectInventory.Entry