summaryrefslogtreecommitdiff
path: root/ROUNDS/Photon.Compression.Internal/PackSingleDelegate.cs
blob: 727226cbdf3e0ed6c6f475993bce2fdf4324a855 (plain)
1
2
3
namespace Photon.Compression.Internal;

public delegate SerializationFlags PackSingleDelegate(ref float value, float preValue, byte[] buffer, ref int bitposition, int frameId, SerializationFlags writeFlags);