C# Class OpenRA.Traits.DeveloperMode

Inheritance: IResolveOrder, ISync, INotifyCreated
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
ShowActorTags bool
ShowCombatGeometry bool
ShowDebugGeometry bool
ShowDepthPreview bool

Méthodes publiques

Méthode Description
DeveloperMode ( DeveloperModeInfo info ) : System.Collections.Generic
INotifyCreated ( Actor self ) : void
ResolveOrder ( Actor self, Order order ) : void

Method Details

DeveloperMode() public méthode

public DeveloperMode ( DeveloperModeInfo info ) : System.Collections.Generic
info DeveloperModeInfo
Résultat System.Collections.Generic

INotifyCreated() public méthode

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

ResolveOrder() public méthode

public ResolveOrder ( Actor self, Order order ) : void
self Actor
order Order
Résultat void

Property Details

ShowActorTags public_oe property

public bool ShowActorTags
Résultat bool

ShowCombatGeometry public_oe property

public bool ShowCombatGeometry
Résultat bool

ShowDebugGeometry public_oe property

public bool ShowDebugGeometry
Résultat bool

ShowDepthPreview public_oe property

public bool ShowDepthPreview
Résultat bool