示例#1
0
    //==========================================================================//

    public int GetModelType()
    {
        XmmInterface.setCurrentModelInstance(thisIndex);
        return(XmmInterface.getModelType());
    }
    //==========================================================================//

    public int getModelType()
    {
        return(XmmInterface.getModelType());
    }