Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


WriteFloat(float)

Writes a 4-byte floating point value to the data stream.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public bool WriteFloat(float value)

Parameters

value

The 4-byte floating point value to write.

Returns

Type

Description

boolWhether the write was successful