SubspacePlaceable.SubspacePlacementScope

abstract class SubspacePlaceable.SubspacePlacementScope


Receiver scope that permits explicit placement of a SubspacePlaceable.

Summary

Public constructors

Public functions

Unit

Place a SubspacePlaceable at the Pose in its parent's coordinate system.

Public properties

open SubspaceLayoutCoordinates?

The SubspaceLayoutCoordinates of this layout, if known or null if the layout hasn't been placed yet.

Public constructors

SubspacePlacementScope

Added in 1.0.0-alpha05
SubspacePlacementScope()

Public functions

fun SubspacePlaceable.place(pose: Pose): Unit

Place a SubspacePlaceable at the Pose in its parent's coordinate system.

Public properties

coordinates

Added in 1.0.0-alpha05
open val coordinatesSubspaceLayoutCoordinates?

The SubspaceLayoutCoordinates of this layout, if known or null if the layout hasn't been placed yet.