Vixen
02b45cc4
csharp
public record class MapOptions

What a map grain needs from the world outside the cluster.

Read the guide page for this →

Fields and properties (7)

  • public IRealmPlacement Placement

    How a realm process comes into existence.

  • public PlacementWeights? Weights

    The game's placement weights, or null for doc 27's defaults.

  • public FleetPolicy? Policy

    The fleet's thresholds, or null for doc 27's defaults.

  • public string Executable

    What a spawned realm runs, threaded into every RealmSpec this map produces.

  • public ShardCapacity Capacity

    How full a shard of this map may get.

  • public int TickRate

    Its simulation rate.

  • public TimeSpan TickInterval

    How often a map looks at its own fleet.

Methods (1)

Used by (2)

  • MapGrainVixen.Live.Orchestrator
  • OrchestratorOptionsVixen.Live.Orchestrator