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

Inheritance: ITraitInfo, IOccupySpaceInfo
Exibir arquivo Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
OccupiesSpace bool

Private Properties

Property Type Description

Public Methods

Method Description
Create ( ActorInitializer init ) : object
OccupiedCells ( ActorInfo info, CPos location, SubCell subCell = SubCell.Any ) : SubCell>.IReadOnlyDictionary

Method Details

Create() public method

public Create ( ActorInitializer init ) : object
init ActorInitializer
return object

OccupiedCells() public method

public OccupiedCells ( ActorInfo info, CPos location, SubCell subCell = SubCell.Any ) : SubCell>.IReadOnlyDictionary
info ActorInfo
location CPos
subCell SubCell
return SubCell>.IReadOnlyDictionary

Property Details

OccupiesSpace public_oe property

public bool OccupiesSpace
return bool