object Space


Coordinate spaces in which to apply transformation values.

Summary

Constants

const Int

The global coordinate space, at the root of the scene graph for the activity.

const Int
PARENT = 0

The coordinate space of an Entity's parent, such that the child Entity's pose, scale, etc., are expressed relative to the parent.

Constants

ACTIVITY

Added in 1.0.0-alpha05
const val ACTIVITY = 1: Int

The global coordinate space, at the root of the scene graph for the activity.

PARENT

Added in 1.0.0-alpha05
const val PARENT = 0: Int

The coordinate space of an Entity's parent, such that the child Entity's pose, scale, etc., are expressed relative to the parent.