C# 클래스 OpenRA.Mods.Common.Traits.RadarPingsInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
FromRadius int
RotationSpeed float
ShrinkSpeed int
ToRadius int

공개 메소드들

메소드 설명
Create ( ActorInitializer init ) : object

메소드 상세

Create() 공개 메소드

public Create ( ActorInitializer init ) : object
init ActorInitializer
리턴 object

프로퍼티 상세

FromRadius 공개적으로 프로퍼티

public int FromRadius
리턴 int

RotationSpeed 공개적으로 프로퍼티

public float RotationSpeed
리턴 float

ShrinkSpeed 공개적으로 프로퍼티

public int ShrinkSpeed
리턴 int

ToRadius 공개적으로 프로퍼티

public int ToRadius
리턴 int