C# 클래스 FC3Editor.Nomad.ObjectRenderer

파일 보기 프로젝트 열기: Azerothian/fc3editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cachePath string

Private Properties

프로퍼티 타입 설명
ClearSnapshot void
GetSnapshot void
RenderObject void
ThumbnailDummy bool
TriggerListeners void
WritePNG void

공개 메소드들

메소드 설명
Clear ( ) : void
ClearCache ( ) : void
GenerateThumbnails ( ) : void
RegisterListener ( ObjectRenderer listener ) : void
RequestObjectImage ( ObjectInventory entry ) : void
ResizeThumbnails ( ) : void
ResizeThumbnails ( string subDir, int targetResolution, int targetColResolution, Color background ) : void
UnregisterListener ( ObjectRenderer listener ) : void
Update ( float dt ) : void

비공개 메소드들

메소드 설명
ClearSnapshot ( ) : void
GetSnapshot ( Image &img, ObjectInventory &entry ) : void
RenderObject ( ObjectInventory entry ) : void
ThumbnailDummy ( ) : bool
TriggerListeners ( ObjectInventory entry, Image img ) : void
WritePNG ( string filename, Bitmap bmp ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

ClearCache() 공개 정적인 메소드

public static ClearCache ( ) : void
리턴 void

GenerateThumbnails() 공개 정적인 메소드

public static GenerateThumbnails ( ) : void
리턴 void

RegisterListener() 공개 정적인 메소드

public static RegisterListener ( ObjectRenderer listener ) : void
listener ObjectRenderer
리턴 void

RequestObjectImage() 공개 정적인 메소드

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

ResizeThumbnails() 공개 정적인 메소드

public static ResizeThumbnails ( ) : void
리턴 void

ResizeThumbnails() 공개 정적인 메소드

public static ResizeThumbnails ( string subDir, int targetResolution, int targetColResolution, Color background ) : void
subDir string
targetResolution int
targetColResolution int
background Color
리턴 void

UnregisterListener() 공개 정적인 메소드

public static UnregisterListener ( ObjectRenderer listener ) : void
listener ObjectRenderer
리턴 void

Update() 공개 정적인 메소드

public static Update ( float dt ) : void
dt float
리턴 void

프로퍼티 상세

cachePath 공개적으로 정적으로 프로퍼티

public static string cachePath
리턴 string