C# 클래스 RA.CompCaravan

상속: ThingComp
파일 보기 프로젝트 열기: RWA-Team/RimworldAscension

공개 프로퍼티들

프로퍼티 타입 설명
broken bool
carrier Pawn
cartEmptyTexture Graphic
cartFullTexture Graphic
harnessTexture Graphic
num float
num1 float
num2 float
num3 float
num4 float
num5 float
rotor float
wheelTexture Graphic

공개 메소드들

메소드 설명
CompTick ( ) : void
Initialize ( CompProperties props ) : void
PostDraw ( ) : void
RotateWheelByDegree ( float degree ) : void
SetTexturesPosition ( ) : void

메소드 상세

CompTick() 공개 메소드

public CompTick ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( CompProperties props ) : void
props CompProperties
리턴 void

PostDraw() 공개 메소드

public PostDraw ( ) : void
리턴 void

RotateWheelByDegree() 공개 메소드

public RotateWheelByDegree ( float degree ) : void
degree float
리턴 void

SetTexturesPosition() 공개 메소드

public SetTexturesPosition ( ) : void
리턴 void

프로퍼티 상세

broken 공개적으로 프로퍼티

public bool broken
리턴 bool

carrier 공개적으로 프로퍼티

public Pawn carrier
리턴 Pawn

cartEmptyTexture 공개적으로 정적으로 프로퍼티

public static Graphic cartEmptyTexture
리턴 Graphic

cartFullTexture 공개적으로 정적으로 프로퍼티

public static Graphic cartFullTexture
리턴 Graphic

harnessTexture 공개적으로 정적으로 프로퍼티

public static Graphic harnessTexture
리턴 Graphic

num 공개적으로 프로퍼티

public float num
리턴 float

num1 공개적으로 프로퍼티

public float num1
리턴 float

num2 공개적으로 프로퍼티

public float num2
리턴 float

num3 공개적으로 프로퍼티

public float num3
리턴 float

num4 공개적으로 프로퍼티

public float num4
리턴 float

num5 공개적으로 프로퍼티

public float num5
리턴 float

rotor 공개적으로 프로퍼티

public float rotor
리턴 float

wheelTexture 공개적으로 정적으로 프로퍼티

public static Graphic wheelTexture
리턴 Graphic