JxrPlatformAdapter.ResizeEvent


class JxrPlatformAdapter.ResizeEvent


ResizeEvent for SceneCore Platform.

Summary

Constants

const Int
const Int
const Int
const Int

Public constructors

ResizeEvent(resizeState: Int, newSize: JxrPlatformAdapter.Dimensions)

Public properties

JxrPlatformAdapter.Dimensions

Proposed (width, height, depth) size in meters.

Int

Current state of the Resize action.

Constants

RESIZE_STATE_END

Added in 1.0.0-alpha01
const val RESIZE_STATE_END = 3: Int

RESIZE_STATE_ONGOING

Added in 1.0.0-alpha01
const val RESIZE_STATE_ONGOING = 2: Int

RESIZE_STATE_START

Added in 1.0.0-alpha01
const val RESIZE_STATE_START = 1: Int

RESIZE_STATE_UNKNOWN

Added in 1.0.0-alpha01
const val RESIZE_STATE_UNKNOWN = 0: Int

Public constructors

ResizeEvent

Added in 1.0.0-alpha01
ResizeEvent(resizeState: Int, newSize: JxrPlatformAdapter.Dimensions)

Public properties

newSize

Added in 1.0.0-alpha01
val newSizeJxrPlatformAdapter.Dimensions

Proposed (width, height, depth) size in meters. The resize event listener must use this proposed size to resize the content.

resizeState

Added in 1.0.0-alpha01
val resizeStateInt

Current state of the Resize action.