entity = $entity; $this->mot = $mot; } /** * @return Vector3 */ public function getVector() : Vector3{ return $this->mot; } }