|
Init(args)
Scripting Reference
|
◆ InitTarget() [2/2]
Returns a new instance of the service class, a UnityEngine.Awaitable<T> that returns a new instance of the service class asynchronously, or If this method returns If this method returns an UnityEngine.Awaitable<T>, the framework will await for the result and register it as a service once it's ready. If this method returns an object of another type, that will be registered as a service immediately.
Implements Sisus.Init.IServiceInitializer. |