C# Класс Assets.Scripts.Spaceship.Combat.ShootingSystem

System handles starship shooting. During this process, projectile entities are instantiated.
EndSimulationEntityCommandBufferSystem is used for the projectile instantiation commands.
Наследование: SystemBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnCreate ( ) : void

Gets or creates the EndSimulationEntityCommandBufferSystem.

OnUpdate ( ) : void

Handles the starship shooting.

Описание методов

OnCreate() защищенный Метод

Gets or creates the EndSimulationEntityCommandBufferSystem.
protected OnCreate ( ) : void
Результат void

OnUpdate() защищенный Метод

Handles the starship shooting.
protected OnUpdate ( ) : void
Результат void