BitStream 比特流
The BitStream class represents seralized variables, packed into a stream.
比特流类代表被封装成流的序列化的变量。
Data can be serialized, transmitted, and then received by remote clients by using this class. See the Network View component reference page for general information on network synchronization and the Network.OnSerializeNetworkView function for more information.
数据可以被序列化、传输,然后被远程客户端用这个类接受。参见帮助手册Network View component reference 页面获得网络同步的一般信息,参见Network.OnSerializeNetworkView函数获得更多的信息。
Variables变量
-
Is the BitStream currently being read? (Read Only)
比特流是否正在被读取?(只读) -
Is the BitStream currently being written? (Read Only)
比特流是否正在被写入?(只读)
Functions函数
-
Serializes different types of variables.
序列化不同类型的变量。
最后修改:2011年1月3日 Monday 22:51