module ECS::Builtins::UnSet

Included Modules

Defined in:

flecs/builtins.cr

Constant Summary

AFTER_REGISTER_HOOKS = [] of (::ECS::World, UInt64 ->)

Get ready to accumulate other things to do after registering.

ECS_NAME = "flecs.core.UnSet"

Class Method Summary

Class Method Detail

def self.ecs_name #

def self.id(world : ECS::World) #

def self.is_extern? #

def self.register(world : ECS::World) #

Register this entity within the given World.