module ECS::DSL::Component::StaticMethods

Defined in:

flecs/dsl/component.cr

Instance Method Summary

Instance Method Detail

def [](*args) #

Convenience/vanity wrappers for the new constructor function.


[View source]
def [](**args) #

[View source]
def register(world : ECS::World) #

Register this component within the given World.


[View source]