C# Class AllowTool.ThingDesignatorDef

Inheritance: Def
Show file Open project: UnlimitedHugs/RimworldAllowTool Class Usage Examples

Public Properties

Property Type Description
category string
designatorClass System.Type
dragHighlightTex string
hotkeyDef KeyBindingDef
iconTex string
insertAfter System.Type
messageFailure string
messageSuccess string
soundSucceded SoundDef

Public Methods

Method Description
PostLoad ( ) : void
ResolveReferences ( ) : void

Private Methods

Method Description
Assert ( bool check, string errorMessage ) : void

Method Details

PostLoad() public method

public PostLoad ( ) : void
return void

ResolveReferences() public method

public ResolveReferences ( ) : void
return void

Property Details

category public property

public string category
return string

designatorClass public property

public Type,System designatorClass
return System.Type

dragHighlightTex public property

public string dragHighlightTex
return string

hotkeyDef public property

public KeyBindingDef hotkeyDef
return KeyBindingDef

iconTex public property

public string iconTex
return string

insertAfter public property

public Type,System insertAfter
return System.Type

messageFailure public property

public string messageFailure
return string

messageSuccess public property

public string messageSuccess
return string

soundSucceded public property

public SoundDef soundSucceded
return SoundDef