module Entitas::IEntityIndex

Direct including types

Defined in:

entitas/interfaces/i_entity_index.cr

Instance Method Summary

Instance Method Detail

abstract def activate : Nil #

[View source]
abstract def deactivate : Nil #

[View source]
abstract def name : String #

[View source]
def to_json(json) #

[View source]
def to_s(io) #

[View source]
def to_string_cache : String | Nil #

[View source]
def to_string_cache=(to_string_cache : String | Nil) #

[View source]