View Source Ecspanse.Component.Name (ECSpanse v0.9.0)

A basic name component implemented by the library. While this component can be used by the game logic, it serves also for debugging purposes and as a way for third-party libraries to consistently identify entities.

Summary

Types

@type t() :: %Ecspanse.Component.Name{__meta__: term(), name: String.t()}