pocketmine\entity\Entity::setRotation PHP 메소드

setRotation() 공개 메소드

public setRotation ( $yaw, $pitch )
    public function setRotation($yaw, $pitch)
    {
        $this->yaw = $yaw;
        $this->pitch = $pitch;
        $this->scheduleUpdate();
    }