TerrainDisplay.MPQ.WMO.WMOGroup.WMOGroup C# (CSharp) Method

WMOGroup() public method

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.
return System.Collections.Generic
        public WMOGroup(WMORoot root, int index)
        {
            Root = root;
            Index = index;
        }