lookAt method

void lookAt(
  1. DFSprite sprite
)

设置跟随目标

Implementation

void lookAt(DFSprite sprite) {
  this.sprite = sprite;
}