CachedEntityComponents

class CachedEntityComponents<T : Any>(val gameEntity: GameEntity, val componentClass: KClass<T>)

Constructors

Link copied to clipboard
constructor(gameEntity: GameEntity, componentClass: KClass<T>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
operator fun getValue(thisRef: Any?, property: KProperty<*>): List<T>