C# Class TagTool.Commands.Models.ExtractModelCommand

Inheritance: Command
Mostra file Open project: TheGuardians/TagTool

Private Properties

Property Type Description
ExtractAMF bool

Public Methods

Method Description
Execute ( List args ) : bool
ExtractModelCommand ( OpenTagCache info, Model model ) : System

Private Methods

Method Description
ExtractAMF ( Model variant, string fileName ) : bool

Method Details

Execute() public method

public Execute ( List args ) : bool
args List
return bool

ExtractModelCommand() public method

public ExtractModelCommand ( OpenTagCache info, Model model ) : System
info OpenTagCache
model TagTool.TagDefinitions.Model
return System