Protocols
The following protocols are available globally.
-
If your use case requires a custom factory class for instantiating
See moreEntity
components, that factory class must implementIComponentFactory
. Create an instance of your custom class and assign it to thecomponentFactory
property on yourEntityController
.Declaration
Swift
public protocol IComponentFactory
-
Represents a type that has existential traits, such as a name, a certain number of hit points, etc.
See moreDeclaration
Swift
public protocol IExistent: class
-
Undocumented
See more
-
Undocumented
See more