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

Inheritance: ITraitInfo, IOccupySpaceInfo
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
OccupiesSpace bool

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( ActorInitializer init ) : object
init ActorInitializer
Résultat object

OccupiedCells() public méthode

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

Property Details

OccupiesSpace public_oe property

public bool OccupiesSpace
Résultat bool