C# Class TagTool.Commands.Animations.AnimationContextFactory

Mostra file Open project: TheGuardians/TagTool

Public Methods

Method Description
Create ( CommandContext parent, OpenTagCache info, TagInstance tag, ModelAnimationGraph animation ) : CommandContext
Populate ( CommandContext context, OpenTagCache info, TagInstance tag, ModelAnimationGraph animation ) : void

Method Details

Create() public static method

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

Populate() public static method

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