C# Class TagTool.Commands.RenderModels.RenderModelContextFactory

Show file Open project: TheGuardians/TagTool

Public Methods

Method 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 method

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

Populate() public static method

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