C# Class AllowTool.ThingDesignatorDef

Inheritance: Def
Afficher le fichier Open project: UnlimitedHugs/RimworldAllowTool Class Usage Examples

Méthodes publiques

Свойство Type Description
category string
designatorClass System.Type
dragHighlightTex string
hotkeyDef KeyBindingDef
iconTex string
insertAfter System.Type
messageFailure string
messageSuccess string
soundSucceded SoundDef

Méthodes publiques

Méthode Description
PostLoad ( ) : void
ResolveReferences ( ) : void

Private Methods

Méthode Description
Assert ( bool check, string errorMessage ) : void

Method Details

PostLoad() public méthode

public PostLoad ( ) : void
Résultat void

ResolveReferences() public méthode

public ResolveReferences ( ) : void
Résultat void

Property Details

category public_oe property

public string category
Résultat string

designatorClass public_oe property

public Type,System designatorClass
Résultat System.Type

dragHighlightTex public_oe property

public string dragHighlightTex
Résultat string

hotkeyDef public_oe property

public KeyBindingDef hotkeyDef
Résultat KeyBindingDef

iconTex public_oe property

public string iconTex
Résultat string

insertAfter public_oe property

public Type,System insertAfter
Résultat System.Type

messageFailure public_oe property

public string messageFailure
Résultat string

messageSuccess public_oe property

public string messageSuccess
Résultat string

soundSucceded public_oe property

public SoundDef soundSucceded
Résultat SoundDef