12 ::ll::TypedStorage<8, 8, int64 const> mTemperature;
13 ::ll::TypedStorage<8, 8, int64 const> mHumidity;
14 ::ll::TypedStorage<8, 8, int64 const> mContinentalness;
15 ::ll::TypedStorage<8, 8, int64 const> mErosion;
16 ::ll::TypedStorage<8, 8, int64 const> mDepth;
17 ::ll::TypedStorage<8, 8, int64 const> mWeirdness;
18 ::ll::TypedStorage<8, 56, ::ClimateUtils::TargetSpace const> mTargetSpace;
29 TargetPoint(
float temperature,
float humidity,
float continentalness,
float erosion,
float depth,
float weirdness);
36 $ctor(
float temperature,
float humidity,
float continentalness,
float erosion,
float depth,
float weirdness);