C# 클래스 RA.CompFueled

상속: ThingComp, IThingContainerOwner
파일 보기 프로젝트 열기: RWA-Team/RimworldAscension 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
autoBurnMode bool
compFlickable CompFlickable
compFueled CompFueled
compGlower CompGlower
compHeatPusher CompHeatPusher
currentFuelBurnDuration int
currentFuelMaxTemp float
filterFuelCurrent ThingFilter
filterFuelPossible ThingFilter
fireGraphic Graphic
fuelContainer ThingContainer
fuelStackRefuelPercent float
fuelTab ITab_Fuel

공개 메소드들

메소드 설명
AdjustGlowerAndHeater ( ) : void
AdjustInternalTemp ( ) : void
CompTick ( ) : void
GetContainer ( ) : ThingContainer
GetPosition ( ) : IntVec3
PostDraw ( ) : void
PostExposeData ( ) : void
PostSpawnSetup ( ) : void
ThrowSmoke ( Vector3 loc, float size ) : void
TryDrawCurrentFuel ( Vector3 drawLoc ) : void
TryDrawRandomFire ( Vector3 drawLoc ) : void

메소드 상세

AdjustGlowerAndHeater() 공개 메소드

public AdjustGlowerAndHeater ( ) : void
리턴 void

AdjustInternalTemp() 공개 메소드

public AdjustInternalTemp ( ) : void
리턴 void

CompTick() 공개 메소드

public CompTick ( ) : void
리턴 void

GetContainer() 공개 메소드

public GetContainer ( ) : ThingContainer
리턴 ThingContainer

GetPosition() 공개 메소드

public GetPosition ( ) : IntVec3
리턴 IntVec3

PostDraw() 공개 메소드

public PostDraw ( ) : void
리턴 void

PostExposeData() 공개 메소드

public PostExposeData ( ) : void
리턴 void

PostSpawnSetup() 공개 메소드

public PostSpawnSetup ( ) : void
리턴 void

ThrowSmoke() 공개 메소드

public ThrowSmoke ( Vector3 loc, float size ) : void
loc UnityEngine.Vector3
size float
리턴 void

TryDrawCurrentFuel() 공개 메소드

public TryDrawCurrentFuel ( Vector3 drawLoc ) : void
drawLoc UnityEngine.Vector3
리턴 void

TryDrawRandomFire() 공개 메소드

public TryDrawRandomFire ( Vector3 drawLoc ) : void
drawLoc UnityEngine.Vector3
리턴 void

프로퍼티 상세

autoBurnMode 공개적으로 프로퍼티

public bool autoBurnMode
리턴 bool

compFlickable 공개적으로 프로퍼티

public CompFlickable compFlickable
리턴 CompFlickable

compFueled 공개적으로 프로퍼티

public CompFueled,RA compFueled
리턴 CompFueled

compGlower 공개적으로 프로퍼티

public CompGlower compGlower
리턴 CompGlower

compHeatPusher 공개적으로 프로퍼티

public CompHeatPusher compHeatPusher
리턴 CompHeatPusher

currentFuelBurnDuration 공개적으로 프로퍼티

public int currentFuelBurnDuration
리턴 int

currentFuelMaxTemp 공개적으로 프로퍼티

public float currentFuelMaxTemp
리턴 float

filterFuelCurrent 공개적으로 프로퍼티

public ThingFilter filterFuelCurrent
리턴 ThingFilter

filterFuelPossible 공개적으로 프로퍼티

public ThingFilter filterFuelPossible
리턴 ThingFilter

fireGraphic 공개적으로 프로퍼티

public Graphic fireGraphic
리턴 Graphic

fuelContainer 공개적으로 프로퍼티

public ThingContainer fuelContainer
리턴 ThingContainer

fuelStackRefuelPercent 공개적으로 프로퍼티

public float fuelStackRefuelPercent
리턴 float

fuelTab 공개적으로 프로퍼티

public ITab_Fuel,RA fuelTab
리턴 ITab_Fuel