Version: 2022.3
言語: 日本語
Removed

RPC

class in UnityEngine

マニュアルに切り替える
Obsolete

説明

RPC 関数を実装するための属性です。

Given an @RPC (javascript) or RPC attribute (C#) any function can be called remotely through Unity Networking. The function must exist on both sending and recieving party.

See Also: NetworkView.RPC.