Skip to content

Actors Framework

Compare
Choose a tag to compare
@PixeyeHQ PixeyeHQ released this 17 Jun 14:25
· 663 commits to master since this release
7acee35

Breaking changes

  • Actor Add() method removed. Instead, use entity.Set();
  • Actor argument removed from models methods.
  • AddLater() method removed. If you need to setup component without sending it to groups use Storage.Get(entity);
  • Some Actor/Entity create methods are refactored.

Изменения

  • Actor Add() метод удален. Используйте в сетапе актора entity.Set();
  • Actor аргумент удален из методов моделей.
  • AddLater() метод удален. Если нужно настроить компонент но не отправлять его в системы используйте Storage.Get(entity);
  • Некоторые Create() методы у Актора/Сущности были отрефакторены и объединены.