alpha

abstract fun alpha(): AgonesSdk.Alpha(source)

Returns the encapsulated Alpha-Channel of the Agones SDK. This sub channel allows the use of the less tested and isolated interfaces within the Agones SDK. The retrieval of the channel does not trigger any communication with the SDK. The interfaces of the Alpha-Channel were not yet extensively tested and are deactivated by default. The endpoints can be freely used, but some bugs are to be expected.

Return

The encapsulated Alpha-Channel of the Agones SDK, that can be used to access the alpha endpoints.