GameObjectEvent.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Event/Game/GameObjectEvent.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Event/Game/GameObjectEvent.cs
Source file hash: sha256:e28d0c208650c003abed4a95c90bbbdca6e564fe9cb8c6cbf47b620ba14d855e
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: GameObjectEvent
Section titled “Type: GameObjectEvent”Original lines: 30-31
Declaration hash: sha256:15c75dd4de3154335b0bd66daaf7aa50e1f9fb2fe5faf135084db13dbf7af162
[CreateAssetMenu(menuName = "Bit Quirky/Event/Game/GameObject", order = -7592)]public sealed class GameObjectEvent : GenericEvent<GameObject>{}