SerenityJS
    Preparing search index...

    Class ClientSystemInfo

    Index

    Constructors

    • Creates a new device information object.

      Parameters

      • identifier: string

        The identifier of the device.

      • model: string

        The model of the device.

      • os: DeviceOS

        The operating system of the device.

      • maxViewDistance: number

        The maximum view distance of the device.

      • memoryTier: MemoryTier

        The memory tier of the device.

      Returns ClientSystemInfo

    Properties

    identifier: string

    The identifier of the device. This is a uuid string.

    inputMode: InputMode = InputMode.Unknown

    The input mode of the device.

    interactionMode: InteractionMode = InteractionMode.Classic

    The interaction mode of the device.

    maxViewDistance: number

    The maximum view distance of the device.

    memoryTier: MemoryTier

    The memory tier of the device.

    model: string

    The model of the device.

    os: DeviceOS

    The operating system of the device.

    playMode: PlayMode = PlayMode.Normal

    The play mode of the device.

    Methods