C# 클래스 OpenRA.Mods.Common.Widgets.SpawnOccupant

파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
ClientIndex int
Color OpenRA.Graphics.HSLColor
Faction string
PlayerName string
SpawnPoint int
Team int

공개 메소드들

메소드 설명
SpawnOccupant ( GameInformation player ) : System
SpawnOccupant ( Session client ) : System

메소드 상세

SpawnOccupant() 공개 메소드

public SpawnOccupant ( GameInformation player ) : System
player GameInformation
리턴 System

SpawnOccupant() 공개 메소드

public SpawnOccupant ( Session client ) : System
client Session
리턴 System

프로퍼티 상세

ClientIndex 공개적으로 프로퍼티

public int ClientIndex
리턴 int

Color 공개적으로 프로퍼티

public HSLColor,OpenRA.Graphics Color
리턴 OpenRA.Graphics.HSLColor

Faction 공개적으로 프로퍼티

public string Faction
리턴 string

PlayerName 공개적으로 프로퍼티

public string PlayerName
리턴 string

SpawnPoint 공개적으로 프로퍼티

public int SpawnPoint
리턴 int

Team 공개적으로 프로퍼티

public int Team
리턴 int