C# Class TagTool.Commands.RenderModels.RenderModelContextFactory

Afficher le fichier Open project: TheGuardians/TagTool

Méthodes publiques

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

Method Details

Create() public static méthode

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

Populate() public static méthode

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