C# Class AllowTool.ThingDesignatorDef

Inheritance: Def
Datei anzeigen 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_oe property

public string category
return string

designatorClass public_oe property

public Type,System designatorClass
return System.Type

dragHighlightTex public_oe property

public string dragHighlightTex
return string

hotkeyDef public_oe property

public KeyBindingDef hotkeyDef
return KeyBindingDef

iconTex public_oe property

public string iconTex
return string

insertAfter public_oe property

public Type,System insertAfter
return System.Type

messageFailure public_oe property

public string messageFailure
return string

messageSuccess public_oe property

public string messageSuccess
return string

soundSucceded public_oe property

public SoundDef soundSucceded
return SoundDef