class ARNetworkingStateVisualizer (Niantic.ARDK.Extensions.ARNetworkingStateVisualizer)
Overview
A helper class to quickly visualize the Peer state of the local peer via color. More…
class ARNetworkingStateVisualizer: MonoBehaviour { public: // fields Image SyncIndicator; };
Detailed Documentation
A helper class to quickly visualize the Peer state of the local peer via color.
PeerState.Unknown = Gray
PeerState.Synchronizing = Red
PeerState.Synchronized = Green
Fields
Image SyncIndicator
The image of whose color will be set depending upon the local peer’s state.