SitesClientManager
↳ extends UnityEngine.MonoBehaviour
A MonoBehaviour component that provides access to the Sites API....
Declaration
public class SitesClientManager : MonoBehaviourSummary
A MonoBehaviour component that provides access to the Sites API. Use this to query organizational hierarchy data including users, organizations, sites, and assets.
Remarks
The SitesClientManager handles the lifecycle of the underlying SitesClient automatically. It creates the client on Awake and disposes it on OnDestroy.
Properties
| Name | Type | Summary |
|---|---|---|
| readonly Client | SitesClient | - |
| RequestTimeoutSeconds | int | - |