|
Init(args)
Scripting Reference
|
◆ GetForAsync< TService >()
Gets service of type TService for client asynchrounously. The returned service can be a local service registered using a ServiceTag or a Services component in an active scene, or if one is not found, a global service registered using a ServiceAttribute or manually. This will suspend the execution of the calling async method until a service of type becomes available for the client .
|