Assembly: Sandbox.Game.dll

public struct PlanetaryInstallationSettings

Fields

Member Description
AlignToSurface Place prefab with Up aligned with surface estimated normal instead of gravity
PitchLimitMax Limit elevation randomization (radians, upper bound) Default: PI
PitchLimitMin Limit elevation randomization (radians, lower bound) Default: -PI
Planets Planet names where the encounter is allowed to spawn
RandomizeOrientation Apply additional rotation transformation
RollLimitMax Limit tilt randomization (radians, upper bound) Default: PI
RollLimitMin Limit tilt randomization (radians, lower bound) Default: -PI
VoxelMaterials Voxel materials on which the encounter is allowed to spawn
YawLimitMax Limit azimuth randomization (radians, upper bound) Default: PI
YawLimitMin Limit azimuth randomization (radians, lower bound) Default: -PI