Placeable.PlacementScope

abstract class Placeable.PlacementScope


Receiver scope that permits explicit placement of a Placeable.

Summary

Public constructors

Public functions

Unit

Place a Placeable 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

PlacementScope

Added in 1.0.0-alpha01
PlacementScope()

Public functions

fun Placeable.place(pose: Pose): Unit

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

Public properties

coordinates

Added in 1.0.0-alpha01
open val coordinatesSubspaceLayoutCoordinates?

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