DataPack.WriteFloat Method

Packs a float into a data pack.

void WriteFloat(float val, bool insert)

Parameters

float val

Float to add.

bool insert

Determines whether mid-pack writes will insert instead of overwrite.