Skip to content

Component

ctreffs edited this page Oct 7, 2020 · 3 revisions

Component

Component

public protocol Component: AnyObject

A component represents the raw data for one aspect of an entity.

Inheritance

AnyObject

Requirements

identifier

Unique, immutable identifier of this component type.

var identifier: ComponentIdentifier

identifier

Unique, immutable identifier of this component type.

var identifier: ComponentIdentifier
Clone this wiki locally