C# Class OpenRA.Mods.Common.Traits.ShakeOnDeath

Inheritance: INotifyKilled
显示文件 Open project: pchote/OpenRA

Public Methods

Method Description
Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void
ShakeOnDeath ( ShakeOnDeathInfo info ) : OpenRA.Traits

Method Details

Killed() public method

public Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void
self Actor
e OpenRA.Traits.AttackInfo
return void

ShakeOnDeath() public method

public ShakeOnDeath ( ShakeOnDeathInfo info ) : OpenRA.Traits
info ShakeOnDeathInfo
return OpenRA.Traits