SessionExt

Added in 1.0.0-alpha05

public final class SessionExt


Summary

Public methods

static final @NonNull Scene

Gets the Scene associated with this Session.

Public methods

public static final @NonNull Scene getScene(@NonNull Session receiver)

Gets the Scene associated with this Session.

The Scene is the primary interface for creating and managing spatial content. There is a single Scene instance for each Session.

See also
Scene