OffMeshConnections..::..MeshConnection Property
Get or set offmeshconnections (to use use Add(PathFinder..::..OffMeshConnection, Boolean) or AddRange(List<(Of <<'(PathFinder..::..OffMeshConnection>)>>), Boolean)).
Namespace:
wManager.Wow.HelpersAssembly: wManager (in wManager.dll)
Syntax
public static List<PathFinder..::..OffMeshConnection> MeshConnection { get; set; }
Public Shared Property MeshConnection As List(Of PathFinder..::..OffMeshConnection) Get Set
public: static property List<PathFinder..::..OffMeshConnection^>^ MeshConnection { List<PathFinder..::..OffMeshConnection^>^ get (); void set (List<PathFinder..::..OffMeshConnection^>^ value); }