C# 클래스 TagTool.Commands.Animations.AnimationContextFactory

파일 보기 프로젝트 열기: TheGuardians/TagTool

공개 메소드들

메소드 설명
Create ( CommandContext parent, OpenTagCache info, TagInstance tag, ModelAnimationGraph animation ) : CommandContext
Populate ( CommandContext context, OpenTagCache info, TagInstance tag, ModelAnimationGraph animation ) : void

메소드 상세

Create() 공개 정적인 메소드

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

Populate() 공개 정적인 메소드

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