struct ECS::DSL::Trigger::IterOnRemove(T)

Defined in:

flecs/dsl/trigger.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(unsafe : Pointer(ECS::LibECS::Iter), world_root : ECS::World::Root) #

[View source]

Instance Method Detail

def count : Int32 #

Number of entities to process.


[View source]
def each(&) #

Yield each Row to be processed.


[View source]
def total_count : Int32 #

Total number of entities in the table.


[View source]
def world #

[View source]