Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
entitas
v1.4.5
Top Level Namespace
Component
Unique
Context
Contexts
Entitas
AbstractEntityIndex
AERC
AERCFactory
Collector
Error
Component
ComponentTypes
Error
Index
ComponentPool
Context
Error
Index
DoesNotExist
Info
StillHasRetainedEntities
UnknownEvent
Info
Contexts
Controller
Entity
Error
AlreadyHasComponent
DoesNotHaveComponent
IsAlreadyRetainedByOwner
IsNotDestroyedException
IsNotEnabled
IsNotRetainedByOwner
EntityFactory
EntityIndex
Error
AlreadyExists
DoesNotExist
Error
ContextInfo
MethodNotImplemented
Event
Events
GroupChanged
GroupEvent
OnComponentAdded
OnComponentRemoved
OnComponentReplaced
OnDestroyEntity
OnEntityAdded
OnEntityChanged
OnEntityCreated
OnEntityDestroyed
OnEntityReleased
OnEntityRemoved
OnEntityUpdated
OnEntityWillBeDestroyed
OnGroupCreated
TriggerOn
Feature
Group
Error
SingleEntity
Helper
ComponentPools
Entities
IAllOfMatcher
IAnyOfMatcher
ICollector
IComponent
ICompoundMatcher
IContext
IEntity
IEntityIndex
IGroup
IMatcher
INoneOfMatcher
Matcher
Error
MultiReactiveSystem
PostConstructor
PrimaryEntityIndex
ReactiveSystem
SafeAERC
System
Systems
CleanupSystem
ExecuteSystem
InitializeSystem
ReactiveSystem
TearDownSystem
UnsafeAERC
EntityIndex
EventHandler
EventSystem
Built with Crystal 1.9.2
2023-10-08 12:37:29 UTC
module
Entitas::Systems::ReactiveSystem
Included Modules
Entitas::System
Entitas::Systems::ExecuteSystem
Direct including types
Entitas::MultiReactiveSystem
Entitas::ReactiveSystem
Defined in:
entitas/systems/reactive.cr
Instance Method Summary
#activate
#clear
#deactivate
Instance methods inherited from module
Entitas::Systems::ExecuteSystem
execute
execute
Instance methods inherited from module
Entitas::System
to_json(json : JSON::Builder)
to_json
Instance methods inherited from module
Entitas::System
to_json(json : JSON::Builder)
to_json
Instance Method Detail
abstract def
activate
#
[
View source
]
abstract def
clear
#
[
View source
]
abstract def
deactivate
#
[
View source
]