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

Inheritance: WithSpriteBody, INotifyRemovedFromWorld
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
WithBridgeSpriteBody ( ActorInitializer init, WithBridgeSpriteBodyInfo info ) : System.Collections.Generic

Méthodes protégées

Méthode Description
OnBuildComplete ( Actor self ) : void

Private Methods

Méthode Description
INotifyRemovedFromWorld ( Actor self ) : void
NeighbourIsDestroyed ( CVec offset ) : bool
SetDirty ( ) : void
UpdateNeighbour ( CVec offset ) : void

Method Details

OnBuildComplete() protected méthode

protected OnBuildComplete ( Actor self ) : void
self Actor
Résultat void

WithBridgeSpriteBody() public méthode

public WithBridgeSpriteBody ( ActorInitializer init, WithBridgeSpriteBodyInfo info ) : System.Collections.Generic
init ActorInitializer
info WithBridgeSpriteBodyInfo
Résultat System.Collections.Generic