Version: 2022.3
언어: 한국어
Removed

RPC

class in UnityEngine

매뉴얼로 전환
Obsolete

설명

Attribute for setting up RPC functions.

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.