TerrainDisplay.MPQ.WMO.WMOGroup.WMOGroup C# (CSharp) Méthode

WMOGroup() public méthode

Constructor
public WMOGroup ( WMORoot root, int index ) : System.Collections.Generic
root WMORoot
index int The index into the WMOs GroupList that refers to this WMOGroup.
Résultat System.Collections.Generic
        public WMOGroup(WMORoot root, int index)
        {
            Root = root;
            Index = index;
        }