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

In a non-spatial environment, if true the orbiter content is rendered as if the orbiter wrapper was not present and removed from the flow otherwise.

Public constructors

OrbiterSettings

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

Public functions

copy

Added in 1.0.0-alpha04
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

val shouldRenderInNonSpatialBoolean

In a non-spatial environment, if true the orbiter content is rendered as if the orbiter wrapper was not present and removed from the flow otherwise. In spatial environments, this flag is ignored.