OrbiterSettings

class OrbiterSettings


Settings for an Orbiter.

Summary

Public constructors

OrbiterSettings(shouldRenderInNonSpatial: Boolean)

Public functions

OrbiterSettings
copy(shouldRenderInNonSpatial: Boolean)
open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Boolean

controls whether the orbiter content should be rendered in the normal flow in non-spatial environments.

Public constructors

OrbiterSettings

Added in 1.0.0-alpha01
OrbiterSettings(shouldRenderInNonSpatial: Boolean = true)

Public functions

copy

Added in 1.0.0-alpha01
fun copy(shouldRenderInNonSpatial: Boolean = this.shouldRenderInNonSpatial): OrbiterSettings

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

shouldRenderInNonSpatial

Added in 1.0.0-alpha01
val shouldRenderInNonSpatialBoolean

controls whether the orbiter content should be rendered in the normal flow in non-spatial environments. If true, the content is rendered normally; otherwise, it's removed from the flow.