C# 클래스 kNumbers.KListObject

상속: IExposable
파일 보기 프로젝트 열기: koisama/kNumbers 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
careTextures UnityEngine.Texture2D[]
displayObject object
label string
minWidthDesired float
oType objectType

공개 메소드들

메소드 설명
Draw ( Rect rect, ThingWithComps ownerPawn ) : void
ExposeData ( ) : void
KListObject ( ) : System
KListObject ( objectType type, string defName, object dObject ) : System
MedicalCareSetter ( Rect rect, MedicalCareCategory &medCare ) : void
needDrawBarInstantMarkerAt ( Rect barRect, float pct ) : void
needDrawBarThreshold ( Rect barRect, float threshPct, float curLevel ) : void

비공개 메소드들

메소드 설명
DrawGear ( Rect rect, ThingWithComps ownerPawn ) : void
DrawNeed ( Rect rect, Pawn ownerPawn ) : void
DrawSkill ( Rect rect, Pawn ownerPawn ) : void
DrawThing ( Rect rect, Thing thing, Pawn selPawn ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( Rect rect, ThingWithComps ownerPawn ) : void
rect UnityEngine.Rect
ownerPawn ThingWithComps
리턴 void

ExposeData() 공개 메소드

public ExposeData ( ) : void
리턴 void

KListObject() 공개 메소드

public KListObject ( ) : System
리턴 System

KListObject() 공개 메소드

public KListObject ( objectType type, string defName, object dObject ) : System
type objectType
defName string
dObject object
리턴 System

MedicalCareSetter() 공개 정적인 메소드

public static MedicalCareSetter ( Rect rect, MedicalCareCategory &medCare ) : void
rect UnityEngine.Rect
medCare MedicalCareCategory
리턴 void

needDrawBarInstantMarkerAt() 공개 메소드

public needDrawBarInstantMarkerAt ( Rect barRect, float pct ) : void
barRect UnityEngine.Rect
pct float
리턴 void

needDrawBarThreshold() 공개 메소드

public needDrawBarThreshold ( Rect barRect, float threshPct, float curLevel ) : void
barRect UnityEngine.Rect
threshPct float
curLevel float
리턴 void

프로퍼티 상세

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

public static Texture2D[],UnityEngine careTextures
리턴 UnityEngine.Texture2D[]

displayObject 공개적으로 프로퍼티

public object displayObject
리턴 object

label 공개적으로 프로퍼티

public string label
리턴 string

minWidthDesired 공개적으로 프로퍼티

public float minWidthDesired
리턴 float

oType 공개적으로 프로퍼티

public objectType oType
리턴 objectType