call abstract method

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

Implementation

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