C# 클래스 OpenRA.TerrainTileInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
Height byte
LeftColor System.Drawing.Color
RampType byte
RightColor System.Drawing.Color
ZOffset float
ZRamp float

공개 메소드들

메소드 설명
Save ( TileSet tileSet ) : MiniYaml

메소드 상세

Save() 공개 메소드

public Save ( TileSet tileSet ) : MiniYaml
tileSet TileSet
리턴 MiniYaml

프로퍼티 상세

Height 공개적으로 프로퍼티

public byte Height
리턴 byte

LeftColor 공개적으로 프로퍼티

public Color,System.Drawing LeftColor
리턴 System.Drawing.Color

RampType 공개적으로 프로퍼티

public byte RampType
리턴 byte

RightColor 공개적으로 프로퍼티

public Color,System.Drawing RightColor
리턴 System.Drawing.Color

ZOffset 공개적으로 프로퍼티

public float ZOffset
리턴 float

ZRamp 공개적으로 프로퍼티

public float ZRamp
리턴 float