![]() |
Init(args)
Scripting Reference
|
Represents an initializer that specifies how a service object should be initialized.
Base interface for all generic IServiceInitializer<T> interfaces, which should be implemented by all service initializer classes.
Public Member Functions | |
object | InitTarget (params object[] arguments) |
Returns a new instance of the service class, a UnityEngine.Awaitable<T> that returns a new instance of the service class asynchronously, or null . | |