NativeData


class NativeData


Class containing pointers to the native perception resources backing the ARCore runtime.

Summary

Public properties

Long?

For OpenXR runtimes, this is the native XrInstance pointer.

Long

For OpenXR runtimes, this is the native XrSession pointer.

Public properties

nativeInstancePointer

Added in 1.0.0-alpha11
val nativeInstancePointerLong?

For OpenXR runtimes, this is the native XrInstance pointer.

For Play Services runtimes this is null.

nativeSessionPointer

Added in 1.0.0-alpha11
val nativeSessionPointerLong

For OpenXR runtimes, this is the native XrSession pointer.

For Play Services runtimes, this is the native ARCore C API session pointer. See ARCore C API Reference.