C# 클래스 Pandora.Engine.CGraphicsEngine

상속: IDisposable
파일 보기 프로젝트 열기: enguard/Ecalia

공개 프로퍼티들

프로퍼티 타입 설명
FileLocation string
GREATER_VERSION bool
MAJOR_VERSION ushort
MINOR_VERSION string
Variant WZVariant

공개 메소드들

메소드 설명
CGraphicsEngine ( ) : System
Dispose ( ) : void
GetData ( System img ) : byte[]
GetTrueId ( int id ) : string
OnEnter ( ) : void
RenderMap ( int id ) : void
Update ( ) : void

보호된 메소드들

메소드 설명
OnRender ( ) : void

비공개 메소드들

메소드 설명
InitTexture ( int id, System img ) : void
RenderBackground ( int a, int ani, string bS, int cx, int cy, int f, int front, int no, int rx, int ry, int type, int x, int y, int z ) : void
RenderObjects ( string oS, string l0, string l1, string l2, int f, int x, int y, int z ) : void
RenderOnce ( System.Action action ) : System.Action
RenderTiles ( ) : void

메소드 상세

CGraphicsEngine() 공개 메소드

public CGraphicsEngine ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetData() 공개 메소드

public GetData ( System img ) : byte[]
img System
리턴 byte[]

GetTrueId() 공개 메소드

public GetTrueId ( int id ) : string
id int
리턴 string

OnEnter() 공개 메소드

public OnEnter ( ) : void
리턴 void

OnRender() 보호된 메소드

protected OnRender ( ) : void
리턴 void

RenderMap() 공개 메소드

public RenderMap ( int id ) : void
id int
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

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

public static string FileLocation
리턴 string

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

public static bool GREATER_VERSION
리턴 bool

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

public static ushort MAJOR_VERSION
리턴 ushort

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

public static string MINOR_VERSION
리턴 string

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

public static WZVariant Variant
리턴 WZVariant