csharp
public record class MapOptionsWhat a map grain needs from the world outside the cluster.
Fields and properties (7)
public IRealmPlacement PlacementHow a realm process comes into existence.
public PlacementWeights? WeightsThe game's placement weights, or null for doc 27's defaults.
public FleetPolicy? PolicyThe fleet's thresholds, or null for doc 27's defaults.
public string ExecutableWhat a spawned realm runs, threaded into every RealmSpec this map produces.
public ShardCapacity CapacityHow full a shard of this map may get.
public int TickRateIts simulation rate.
public TimeSpan TickIntervalHow often a map looks at its own fleet.
Methods (1)
public MapOptions(IRealmPlacement Placement, PlacementWeights? Weights, FleetPolicy? Policy, string Executable, ShardCapacity Capacity, int TickRate)What a map grain needs from the world outside the cluster.
Used by (2)
- MapGrainVixen.Live.Orchestrator
- OrchestratorOptionsVixen.Live.Orchestrator