class Crash::Entity::NameChangedEvent

Overview

Dispatched when the name of the entity changes. Used internally by the engine to track entitites based on their names.

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(entity : Crash::Entity, old_name : String) #

Instance Method Detail

def clone #

def copy_with(entity _entity = @entity, old_name _old_name = @old_name) #

def entity : Crash::Entity #

def old_name : String #