Linearstar.MikuMikuMoving.GetMmdTransformationPlugin.MmdModel.MmdModel C# (CSharp) Method

MmdModel() public method

public MmdModel ( MmdImport import, int index ) : System.Collections.Generic
import MmdImport
index int
return System.Collections.Generic
        public MmdModel(MmdImport import, int index)
        {
            this.import = import;
            this.Index = index;
        }
MmdModel