C# Class Pandora.Engine.CGraphicsEngine

Inheritance: IDisposable
显示文件 Open project: enguard/Ecalia

Public Properties

Property Type Description
FileLocation string
GREATER_VERSION bool
MAJOR_VERSION ushort
MINOR_VERSION string
Variant WZVariant

Public Methods

Method Description
CGraphicsEngine ( ) : System
Dispose ( ) : void
GetData ( System img ) : byte[]
GetTrueId ( int id ) : string
OnEnter ( ) : void
RenderMap ( int id ) : void
Update ( ) : void

Protected Methods

Method Description
OnRender ( ) : void

Private Methods

Method Description
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

Method Details

CGraphicsEngine() public method

public CGraphicsEngine ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

GetData() public method

public GetData ( System img ) : byte[]
img System
return byte[]

GetTrueId() public method

public GetTrueId ( int id ) : string
id int
return string

OnEnter() public method

public OnEnter ( ) : void
return void

OnRender() protected method

protected OnRender ( ) : void
return void

RenderMap() public method

public RenderMap ( int id ) : void
id int
return void

Update() public method

public Update ( ) : void
return void

Property Details

FileLocation public_oe static_oe property

public static string FileLocation
return string

GREATER_VERSION public_oe static_oe property

public static bool GREATER_VERSION
return bool

MAJOR_VERSION public_oe static_oe property

public static ushort MAJOR_VERSION
return ushort

MINOR_VERSION public_oe static_oe property

public static string MINOR_VERSION
return string

Variant public_oe static_oe property

public static WZVariant Variant
return WZVariant