// This will mean that any data using floating-point values
// that gets sent across the network stream will be rounded
// to 2 decimal places. This helps save bandwidth by not
// having to send the entire number since precision above
// 2 decimal places is usually not that important to the
// simulation.
entity.streamFloatPrecision(2);