Class UniverseExtensions
- Namespace
- AlphaFramework.World
- Assembly
- AlphaFramework.World.dll
Contains extension methods for IUniverse.
public static class UniverseExtensions
- Inheritance
-
UniverseExtensions
- Inherited Members
Methods
Save(IUniverse)
Overwrites the map file the universe
was loaded from with the changed data.
public static void Save(IUniverse universe)
Parameters
universe
IUniverse
Exceptions
- IOException
A problem occurred while writing the file.
- UnauthorizedAccessException
Write access to the file is not permitted.