C# 클래스 OpenRA.Mods.Common.Activities.Transform

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

공개 프로퍼티들

프로퍼티 타입 설명
Facing int
Faction string
ForceHealthPercentage int
Notification string
Offset CVec
SkipMakeAnims bool
Sounds string[]
ToActor string

공개 메소드들

메소드 설명
Tick ( Actor self ) : Activity
Transform ( Actor self, string toActor ) : System.Linq

메소드 상세

Tick() 공개 메소드

public Tick ( Actor self ) : Activity
self Actor
리턴 OpenRA.Activities.Activity

Transform() 공개 메소드

public Transform ( Actor self, string toActor ) : System.Linq
self Actor
toActor string
리턴 System.Linq

프로퍼티 상세

Facing 공개적으로 프로퍼티

public int Facing
리턴 int

Faction 공개적으로 프로퍼티

public string Faction
리턴 string

ForceHealthPercentage 공개적으로 프로퍼티

public int ForceHealthPercentage
리턴 int

Notification 공개적으로 프로퍼티

public string Notification
리턴 string

Offset 공개적으로 프로퍼티

public CVec Offset
리턴 CVec

SkipMakeAnims 공개적으로 프로퍼티

public bool SkipMakeAnims
리턴 bool

Sounds 공개적으로 프로퍼티

public string[] Sounds
리턴 string[]

ToActor 공개적으로 프로퍼티

public string ToActor
리턴 string