TargetScope

open class TargetScope(val entity: Entity, data: List<*>) : ResultScope

Stores processed data for the target entity in any GearySystem.

This is the entity being affected by in event or system.

See also

Constructors

Link copied to clipboard
constructor(entity: Entity, data: List<*>)

Properties

Link copied to clipboard