Method group is Obsolete

NetworkBehaviour.OnStartClient

매뉴얼로 전환
Obsolete public void OnStartClient ();

설명

Called on every NetworkBehaviour when it is activated on a client.

Objects on the host have this function called, as there is a local client on the host. The values of SyncVars on object are guaranteed to be initialized correctly with the latest state from the server when this function is called on the client.