C# Class OpenRA.Mods.Common.Traits.Render.WithBridgeSpriteBody

Inheritance: WithSpriteBody, INotifyRemovedFromWorld
Exibir arquivo Open project: pchote/OpenRA

Public Methods

Method Description
WithBridgeSpriteBody ( ActorInitializer init, WithBridgeSpriteBodyInfo info ) : System.Collections.Generic

Protected Methods

Method Description
OnBuildComplete ( Actor self ) : void

Private Methods

Method Description
INotifyRemovedFromWorld ( Actor self ) : void
NeighbourIsDestroyed ( CVec offset ) : bool
SetDirty ( ) : void
UpdateNeighbour ( CVec offset ) : void

Method Details

OnBuildComplete() protected method

protected OnBuildComplete ( Actor self ) : void
self Actor
return void

WithBridgeSpriteBody() public method

public WithBridgeSpriteBody ( ActorInitializer init, WithBridgeSpriteBodyInfo info ) : System.Collections.Generic
init ActorInitializer
info WithBridgeSpriteBodyInfo
return System.Collections.Generic