C# Class TagTool.Commands.BSPs.BSPContextFactory

Afficher le fichier Open project: TheGuardians/TagTool

Méthodes publiques

Méthode Description
Create ( CommandContext parent, OpenTagCache info, TagInstance tag, ScenarioStructureBsp bsp ) : CommandContext
Populate ( CommandContext context, OpenTagCache info, TagInstance tag, ScenarioStructureBsp bsp ) : void

Method Details

Create() public static méthode

public static Create ( CommandContext parent, OpenTagCache info, TagInstance tag, ScenarioStructureBsp bsp ) : CommandContext
parent CommandContext
info OpenTagCache
tag TagTool.TagGroups.TagInstance
bsp TagTool.TagDefinitions.ScenarioStructureBsp
Résultat CommandContext

Populate() public static méthode

public static Populate ( CommandContext context, OpenTagCache info, TagInstance tag, ScenarioStructureBsp bsp ) : void
context CommandContext
info OpenTagCache
tag TagTool.TagGroups.TagInstance
bsp TagTool.TagDefinitions.ScenarioStructureBsp
Résultat void