Struct SteamNetworkingMessagePtr
- Namespace
- MarymoorStudios.Core.Steamworks
- Assembly
- MarymoorStudios.Core.Steamworks.dll
public struct SteamNetworkingMessagePtr : IDisposable
- Implements
- Inherited Members
Constructors
SteamNetworkingMessagePtr()
public SteamNetworkingMessagePtr()
Properties
Connection
For messages received on connections: what connection did this come from, otherwise
public HSteamNetConnection Connection { get; }
Property Value
IsValid
public readonly bool IsValid { get; }
Property Value
Span
Message payload (as a span).
public ReadOnlySpan<byte> Span { get; }
Property Value
Value
A managed reference to the value.
public readonly ref readonly SteamNetworkingMessage Value { get; }
Property Value
Methods
Dispose()
public void Dispose()