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

Inheritance: ITick, INotifyAddedToWorld, INotifyRemovedFromWorld, INotifyOtherProduction
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
AddedToWorld ( Actor self ) : void
ProximityExternalCondition ( Actor self, ProximityExternalConditionInfo info ) : System.Collections.Generic
RemovedFromWorld ( Actor self ) : void
Tick ( Actor self ) : void
UnitProducedByOther ( Actor self, Actor producer, Actor produced ) : void

Private Methods

Méthode Description
ActorEntered ( Actor a ) : void
ActorExited ( Actor a ) : void

Method Details

AddedToWorld() public méthode

public AddedToWorld ( Actor self ) : void
self Actor
Résultat void

ProximityExternalCondition() public méthode

public ProximityExternalCondition ( Actor self, ProximityExternalConditionInfo info ) : System.Collections.Generic
self Actor
info ProximityExternalConditionInfo
Résultat System.Collections.Generic

RemovedFromWorld() public méthode

public RemovedFromWorld ( Actor self ) : void
self Actor
Résultat void

Tick() public méthode

public Tick ( Actor self ) : void
self Actor
Résultat void

UnitProducedByOther() public méthode

public UnitProducedByOther ( Actor self, Actor producer, Actor produced ) : void
self Actor
producer Actor
produced Actor
Résultat void