Our new developer documentation is now available. Please check it out!
OdinConnection
public class OdinConnection : MonoBehaviour
Wrapper class of Odin connections
This convenient class provides dispatching of events to Unity with passthrough
Properties
Name | Description |
---|---|
Settings | Native connection settings |
Handle | Odin connection |
OnDatagram | Redirect of OnDatagram |
OnRpc | Redirect of OnRpc |
EventUserdata | Custom connection userdata |