StringMessage

class in UnityEngine.Networking.NetworkSystem

/

다음으로부터 상속:Networking.MessageBase

매뉴얼로 전환

설명

This is a utility class for simple network messages that contain only a string.

This example sends a message with the name of the scene.

using UnityEngine;
using UnityEngine.Networking;
using UnityEngine.Networking.NetworkSystem;

public class Test { void SendSceneName(string sceneName) { var msg = new StringMessage(sceneName); NetworkServer.SendToAll(MsgType.Scene, msg); } }

변수

valueThe string that will be serialized.

상속된 멤버

Public 함수

DeserializeThis method is used to populate a message object from a NetworkReader stream.
SerializeThe method is used to populate a NetworkWriter stream from a message object.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961