public final class Space


Coordinate spaces in which to apply transformation values.

Summary

Public fields

static final @NonNull Space

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

static final @NonNull Space

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

Public methods

@NonNull String

Public fields

ACTIVITY

public static final @NonNull Space ACTIVITY

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

PARENT

public static final @NonNull Space PARENT

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

Public methods

toString

public @NonNull String toString()