Skip to content

EarthShape

huggins edited this page May 10, 2023 · 1 revision

Connection Type

Determines the Earth shape that is being represented inside of Unity.

public enum EEarthShape
{
    RoundEarth,
    FlatEarth
}

Values

Name Description
FlatEarth The Earth model represented in Unity is a Flat Earth.
RoundEarth The Earth model represented in Unity is a round Earth.

Clone this wiki locally