C# 클래스 AllowTool.ThingDesignatorDef

상속: Def
파일 보기 프로젝트 열기: UnlimitedHugs/RimworldAllowTool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
category string
designatorClass System.Type
dragHighlightTex string
hotkeyDef KeyBindingDef
iconTex string
insertAfter System.Type
messageFailure string
messageSuccess string
soundSucceded SoundDef

공개 메소드들

메소드 설명
PostLoad ( ) : void
ResolveReferences ( ) : void

비공개 메소드들

메소드 설명
Assert ( bool check, string errorMessage ) : void

메소드 상세

PostLoad() 공개 메소드

public PostLoad ( ) : void
리턴 void

ResolveReferences() 공개 메소드

public ResolveReferences ( ) : void
리턴 void

프로퍼티 상세

category 공개적으로 프로퍼티

public string category
리턴 string

designatorClass 공개적으로 프로퍼티

public Type,System designatorClass
리턴 System.Type

dragHighlightTex 공개적으로 프로퍼티

public string dragHighlightTex
리턴 string

hotkeyDef 공개적으로 프로퍼티

public KeyBindingDef hotkeyDef
리턴 KeyBindingDef

iconTex 공개적으로 프로퍼티

public string iconTex
리턴 string

insertAfter 공개적으로 프로퍼티

public Type,System insertAfter
리턴 System.Type

messageFailure 공개적으로 프로퍼티

public string messageFailure
리턴 string

messageSuccess 공개적으로 프로퍼티

public string messageSuccess
리턴 string

soundSucceded 공개적으로 프로퍼티

public SoundDef soundSucceded
리턴 SoundDef