C# Class CompActivatableEffect.CompProperties_ActivatableEffect

Inheritance: CompProperties
Show file Open project: lbmaian/JecsTools

Public Properties

Property Type Description
ActivateLabel string
DeactivateLabel string
activateSound SoundDef
altitudeLayer AltitudeLayer
autoActivateOnDraft bool
deactivateSound SoundDef
draftToUseGizmos bool
gizmosOnEquip bool
graphicData GraphicData
sustainerSound SoundDef
uiIconPathActivate string
uiIconPathDeactivate string

Public Methods

Method Description
CompProperties_ActivatableEffect ( ) : Verse

Method Details

CompProperties_ActivatableEffect() public method

public CompProperties_ActivatableEffect ( ) : Verse
return Verse

Property Details

ActivateLabel public property

public string ActivateLabel
return string

DeactivateLabel public property

public string DeactivateLabel
return string

activateSound public property

public SoundDef activateSound
return SoundDef

altitudeLayer public property

public AltitudeLayer altitudeLayer
return AltitudeLayer

autoActivateOnDraft public property

public bool autoActivateOnDraft
return bool

deactivateSound public property

public SoundDef deactivateSound
return SoundDef

draftToUseGizmos public property

public bool draftToUseGizmos
return bool

gizmosOnEquip public property

public bool gizmosOnEquip
return bool

graphicData public property

public GraphicData graphicData
return GraphicData

sustainerSound public property

public SoundDef sustainerSound
return SoundDef

uiIconPathActivate public property

public string uiIconPathActivate
return string

uiIconPathDeactivate public property

public string uiIconPathDeactivate
return string