call abstract method

$R call({
  1. VectorDefinition? offset,
  2. VectorDefinition? size,
  3. String? texture,
  4. int? priority,
})

Implementation

$R call(
    {VectorDefinition? offset,
    VectorDefinition? size,
    String? texture,
    int? priority});