Table of Contents

Interface IPlanet

Namespace
Helldivers2API.Data.Models.Interfaces
Assembly
Helldivers2API.dll
public interface IPlanet : IDataCache
Extension Methods

Properties

Biome

The biome of the planet, pulled from the game.

IBiome? Biome { get; }

Property Value

IBiome

Remarks

Data is static and could change with a game update.

Environments

The environment conditions of the planet, pulled from the game.

IEnvironment?[] Environments { get; }

Property Value

IEnvironment[]

Remarks

Data is static and could change with a game update.

Id

The index of the planet from the api.

int Id { get; }

Property Value

int

Name

The name of the planet, pulled from the game.

string Name { get; }

Property Value

string

Remarks

Data is static and could change with a game update.

SectorName

The sector this planet resides in, pulled from the game.

string SectorName { get; }

Property Value

string

Remarks

Data is static and could change with a game update.