object Space


Coordinate spaces in which to apply the 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 local coordinate space of an Entity, relative to its parent.

const Int

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

Constants

ACTIVITY

Added in 1.0.0-alpha04
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-alpha04
const val PARENT = 0: Int

The local coordinate space of an Entity, relative to its parent.

REAL_WORLD

Added in 1.0.0-alpha04
const val REAL_WORLD = 2: Int

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