C# 클래스 OpenRA.MapGrid

상속: IGlobalModData
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultSubCell SubCell
EnableDepthBuffer bool
MaximumTerrainHeight byte
MaximumTileSearchRange int
SubCellOffsets OpenRA.WVec[]
TileSize System.Drawing.Size
Type MapGridType

공개 메소드들

메소드 설명
MapGrid ( MiniYaml yaml ) : System.Collections.Generic
OffsetOfSubCell ( SubCell subCell ) : OpenRA.WVec

비공개 메소드들

메소드 설명
CreateTilesByDistance ( ) : OpenRA.CVec[][]

메소드 상세

MapGrid() 공개 메소드

public MapGrid ( MiniYaml yaml ) : System.Collections.Generic
yaml MiniYaml
리턴 System.Collections.Generic

OffsetOfSubCell() 공개 메소드

public OffsetOfSubCell ( SubCell subCell ) : OpenRA.WVec
subCell SubCell
리턴 OpenRA.WVec

프로퍼티 상세

DefaultSubCell 공개적으로 프로퍼티

public SubCell DefaultSubCell
리턴 SubCell

EnableDepthBuffer 공개적으로 프로퍼티

public bool EnableDepthBuffer
리턴 bool

MaximumTerrainHeight 공개적으로 프로퍼티

public byte MaximumTerrainHeight
리턴 byte

MaximumTileSearchRange 공개적으로 프로퍼티

public int MaximumTileSearchRange
리턴 int

SubCellOffsets 공개적으로 프로퍼티

public WVec[],OpenRA SubCellOffsets
리턴 OpenRA.WVec[]

TileSize 공개적으로 프로퍼티

public Size,System.Drawing TileSize
리턴 System.Drawing.Size

Type 공개적으로 프로퍼티

public MapGridType Type
리턴 MapGridType