public static class Space


Coordinate spaces in which to apply 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 coordinate space of an Entity's parent, such that the child Entity's pose, scale, etc., are expressed relative to the parent.

Public fields

static @NonNull Space

Constants

ACTIVITY

Added in 1.0.0-alpha05
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-alpha05
public static final 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.

Public fields

INSTANCE

Added in 1.0.0-alpha05
public static @NonNull Space INSTANCE