C# Класс RN.Network.SpaceWar.WeaponOnShipDestroyServerSystem.WeaponByShipDestroyJob

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
OnDestroyMessage ComponentType
endCommandBuffer EntityCommandBuffer.Concurrent

Открытые методы

Метод Описание
Execute ( Entity weaponEntity, int index, &weaponAttribute ) : void

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

Execute() публичный Метод

public Execute ( Entity weaponEntity, int index, &weaponAttribute ) : void
weaponEntity Entity
index int
Результат void

Описание свойств

OnDestroyMessage публичное свойство

public ComponentType OnDestroyMessage
Результат ComponentType

endCommandBuffer публичное свойство

public EntityCommandBuffer.Concurrent endCommandBuffer
Результат EntityCommandBuffer.Concurrent