setJointsTexture method

  1. @override
void setJointsTexture(
  1. Texture? texture,
  2. int width
)
override

Implementation

@override
void setJointsTexture(gpu.Texture? texture, int width) {
  _jointsTexture = texture;
  _jointsTextureWidth = width;
}