C# Class OpenRA.Mods.TS.Traits.Render.WithPermanentInjuryInfo

Inheritance: ITraitInfo
ファイルを表示 Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
InjuredSequencePrefix string
TriggeringDamageStage DamageState

Public Methods

Method Description
Create ( ActorInitializer init ) : object

Method Details

Create() public method

public Create ( ActorInitializer init ) : object
init ActorInitializer
return object

Property Details

InjuredSequencePrefix public_oe property

public string InjuredSequencePrefix
return string

TriggeringDamageStage public_oe property

public DamageState TriggeringDamageStage
return DamageState