C# Class RN.Network.SpaceWar.WeaponOnShipDestroyServerSystem.WeaponByShipDestroyJob

显示文件 Open project: REDNIGHT/SpaceWar-ECS

Public Properties

Property Type Description
OnDestroyMessage ComponentType
endCommandBuffer EntityCommandBuffer.Concurrent

Public Methods

Method Description
Execute ( Entity weaponEntity, int index, &weaponAttribute ) : void

Method Details

Execute() public method

public Execute ( Entity weaponEntity, int index, &weaponAttribute ) : void
weaponEntity Entity
index int
return void

Property Details

OnDestroyMessage public_oe property

public ComponentType OnDestroyMessage
return ComponentType

endCommandBuffer public_oe property

public EntityCommandBuffer.Concurrent endCommandBuffer
return EntityCommandBuffer.Concurrent