C# Class winmaped2.Map

Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Свойство Type Description
AutoExecEvent string
Chars System.Collections.ArrayList
EntLayer MapLayer
Entities System.Collections.ArrayList
FileOnDisk System.IO.FileInfo
FormalName string
IsBrush bool
Layers System.Collections.ArrayList
MoveScripts System.Collections.ArrayList
MusicFileName string
ObsLayer MapLayer
PlayerStartX int
PlayerStartY int
RenderManager MapRenderManager
UIState MapUIRenderState
ZoneLayer MapLayer
Zones System.Collections.ArrayList
vsp Vsp24

Méthodes publiques

Méthode Description
AddLayer ( MapLayer ml ) : int
DeleteLayer ( MapLayer ml ) : void
Init ( ) : void
LoadMap ( string filename ) : Map
Map ( ) : System
ModifyTile ( MapLayer ml, int x, int y, int newtile ) : void
WriteMap ( ) : int
WriteMap ( string fname ) : int
findLayer ( string name ) : MapLayer
findLayerIndex ( MapLayer ml ) : int
findLayerIndex ( string name ) : int
getLayer ( int index ) : MapLayer
tileCopy ( ) : Map
tileCopyRange ( int x0, int y0, int w, int h ) : Map
touch ( ) : void

Method Details

AddLayer() public méthode

public AddLayer ( MapLayer ml ) : int
ml MapLayer
Résultat int

DeleteLayer() public méthode

public DeleteLayer ( MapLayer ml ) : void
ml MapLayer
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

LoadMap() public static méthode

public static LoadMap ( string filename ) : Map
filename string
Résultat Map

Map() public méthode

public Map ( ) : System
Résultat System

ModifyTile() public méthode

public ModifyTile ( MapLayer ml, int x, int y, int newtile ) : void
ml MapLayer
x int
y int
newtile int
Résultat void

WriteMap() public méthode

public WriteMap ( ) : int
Résultat int

WriteMap() public méthode

public WriteMap ( string fname ) : int
fname string
Résultat int

findLayer() public méthode

public findLayer ( string name ) : MapLayer
name string
Résultat MapLayer

findLayerIndex() public méthode

public findLayerIndex ( MapLayer ml ) : int
ml MapLayer
Résultat int

findLayerIndex() public méthode

public findLayerIndex ( string name ) : int
name string
Résultat int

getLayer() public méthode

public getLayer ( int index ) : MapLayer
index int
Résultat MapLayer

tileCopy() public méthode

public tileCopy ( ) : Map
Résultat Map

tileCopyRange() public méthode

public tileCopyRange ( int x0, int y0, int w, int h ) : Map
x0 int
y0 int
w int
h int
Résultat Map

touch() public méthode

public touch ( ) : void
Résultat void

Property Details

AutoExecEvent public_oe property

public string AutoExecEvent
Résultat string

Chars public_oe property

public ArrayList,System.Collections Chars
Résultat System.Collections.ArrayList

EntLayer public_oe property

public MapLayer,winmaped2 EntLayer
Résultat MapLayer

Entities public_oe property

public ArrayList,System.Collections Entities
Résultat System.Collections.ArrayList

FileOnDisk public_oe property

public FileInfo,System.IO FileOnDisk
Résultat System.IO.FileInfo

FormalName public_oe property

public string FormalName
Résultat string

IsBrush public_oe property

public bool IsBrush
Résultat bool

Layers public_oe property

public ArrayList,System.Collections Layers
Résultat System.Collections.ArrayList

MoveScripts public_oe property

public ArrayList,System.Collections MoveScripts
Résultat System.Collections.ArrayList

MusicFileName public_oe property

public string MusicFileName
Résultat string

ObsLayer public_oe property

public MapLayer,winmaped2 ObsLayer
Résultat MapLayer

PlayerStartX public_oe property

public int PlayerStartX
Résultat int

PlayerStartY public_oe property

public int PlayerStartY
Résultat int

RenderManager public_oe property

public MapRenderManager,winmaped2 RenderManager
Résultat MapRenderManager

UIState public_oe property

public MapUIRenderState,winmaped2 UIState
Résultat MapUIRenderState

ZoneLayer public_oe property

public MapLayer,winmaped2 ZoneLayer
Résultat MapLayer

Zones public_oe property

public ArrayList,System.Collections Zones
Résultat System.Collections.ArrayList

vsp public_oe property

public Vsp24,winmaped2 vsp
Résultat Vsp24