CameraArea.withoutCreate constructor

  1. @ReferenceConstructor(ignore: true)
CameraArea.withoutCreate(
  1. CameraRect rect,
  2. int weight
)

Construct a CameraArea without creating the paired Java object.

This should only be used when creating a custom type channel implementation of this class.

Implementation

@ReferenceConstructor(ignore: true)
CameraArea.withoutCreate(this.rect, this.weight);