Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
flecs
main
ECS
Builtins
Component
Member
OnAdd
OnDelete
OnRemove
OnSet
UnSet
DSL
Component
StaticMethods
Entity
Iter
Meta
System
Trigger
IterOnAdd
Row
IterOnRemove
Row
Error
World
Root
Built with Crystal 1.9.2
2023-10-07 16:58:54 UTC
class
ECS::Error
ECS::Error
Exception
Reference
Object
Defined in:
flecs/error.cr
Constructors
.new
(message)
Instance Method Summary
#message
: String | Nil
#message=
(message : String | Nil)
Constructor Detail
def self.
new
(message)
#
[
View source
]
Instance Method Detail
def
message
: String | Nil
#
[
View source
]
def
message=
(message : String | Nil)
#
[
View source
]