C# Class OpenRA.Traits.DeveloperMode

Inheritance: IResolveOrder, ISync, INotifyCreated
Exibir arquivo Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
ShowActorTags bool
ShowCombatGeometry bool
ShowDebugGeometry bool
ShowDepthPreview bool

Public Methods

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

Method Details

DeveloperMode() public method

public DeveloperMode ( DeveloperModeInfo info ) : System.Collections.Generic
info DeveloperModeInfo
return System.Collections.Generic

INotifyCreated() public method

public INotifyCreated ( Actor self ) : void
self Actor
return void

ResolveOrder() public method

public ResolveOrder ( Actor self, Order order ) : void
self Actor
order Order
return void

Property Details

ShowActorTags public_oe property

public bool ShowActorTags
return bool

ShowCombatGeometry public_oe property

public bool ShowCombatGeometry
return bool

ShowDebugGeometry public_oe property

public bool ShowDebugGeometry
return bool

ShowDepthPreview public_oe property

public bool ShowDepthPreview
return bool