public static class Space


Coordinate spaces in which to apply the transformation values.

Summary

Constants

static final int

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

static final int
PARENT = 0

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

static final int

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

Public fields

static @NonNull Space

Constants

ACTIVITY

Added in 1.0.0-alpha04
public static final int ACTIVITY = 1

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

PARENT

Added in 1.0.0-alpha04
public static final int PARENT = 0

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

REAL_WORLD

Added in 1.0.0-alpha04
public static final int REAL_WORLD = 2

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

Public fields

INSTANCE

Added in 1.0.0-alpha04
public static @NonNull Space INSTANCE