Protocols
The following protocols are available globally.
-
If your use case requires a custom factory class for instantiating
See moreEntitycomponents, that factory class must implementIComponentFactory. Create an instance of your custom class and assign it to thecomponentFactoryproperty 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
View on GitHub
Protocols Reference