IComponentFactory
If your use case requires a custom factory class for instantiating Entity
components, that factory class must implement IComponentFactory
. Create an instance of your custom class and assign it to the componentFactory
property on your EntityController
.
-
Undocumented