Photon Unity Networking 2  v2.1
English | 日本語 | 한국
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NPhoton
 NChat
 CAuthenticationValuesContainer for user authentication in Photon. Set AuthValues before you connect - all else is handled.
 CChatChannelA channel of communication in Photon Chat, updated by ChatClient and provided as READ ONLY.
 CChatClientCentral class of the Photon Chat API to connect, handle channels and messages.
 CChatEventCodeWraps up internally used constants in Photon Chat events. You don't have to use them directly usually.
 CChatOperationCodeWraps up codes for operations used internally in Photon Chat. You don't have to use them directly usually.
 CChatParameterCodeWraps up codes for parameters (in operations and events) used internally in Photon Chat. You don't have to use them directly usually.
 CChatPeerProvides basic operations of the Photon Chat server. This internal class is used by public ChatClient.
 CChatUserStatusContains commonly used status values for SetOnlineStatus. You can define your own.
 CErrorCodeErrorCode defines the default codes associated with Photon client/server communication.
 CIChatClientListenerCallback interface for Chat client side. Contains callback methods to notify your app about updates. Must be provided to new ChatClient in constructor
 CParameterCodeClass for constants. Codes for parameters of Operations and Events.
 NPun
 NUtilityScripts
 CDefaultPoolPUN用のPrefabPoolのデフォルト実装。実際にはGameObjectsをインスタンス化して破棄しますが、リソースをプールします。
 CInstantiateParameters
 CIPunInstantiateMagicCallback
 CIPunObservable監視可能なスクリプトに正しく、スムーズに実装するためにOnPhotonSerializeViewメソッドを定義します。
 CIPunOwnershipCallbacksこのインタフェースは、OnPhotonSerializeViewを除く、PUNのすべてのコールバックメソッドの定義として使用されています。できれば、個別に実装してください。
 CIPunPrefabPoolPhotonNetwork.InstantiateおよびPhotonNetwork.Destroyで使用される、オブジェクトプール用のインターフェースを定義します。
 CMonoBehaviourPunこのクラスは、photonViewプロパティを追加しますが、ゲームがまだnetworkViewを使用している場合は警告をログに記録します。
 CMonoBehaviourPunCallbacksこのクラスは、.photonViewと、PUNが呼び出すことができるすべてのコールバック/イベントを提供します。使用したいイベント/メソッドをオーバーライドします。
 CPhotonAnimatorViewこのクラスは、Mecanimアニメーションを同期するのに役立ちます コンポーネントをGameObjectに追加し、PhotonAnimatorViewが監視対象コンポーネントのリストに 追加されていることを確認するだけです
 CPhotonMessageInfo特定のメッセージ、RPC、または更新に関する情報のコンテナクラス。
 CPhotonNetworkPhotonNetworkプラグインを使うためのメインクラスです。 このクラスは静的クラスです。
 CPhotonRigidbody2DView
 CPhotonRigidbodyView
 CPhotonStreamこのコンテナは、OnPhotonSerializeView ()でPhotonViewの受信データを提供するため、またはあなたが提供するために使用されます。
 CPhotonStreamQueuePhotonStreamQueueを使うと、PhotonNetwork.sendRateの指定よりも高い頻度で、 オブジェクトの状態をポーリングできます。また、Serialize()を呼ぶことで その状態をすべて一度に送信できます。 受信完了時にDeserialize()を呼ぶこともできます。その場合、ストリームは 受信したオブジェクトの状態を、記録したときと同じ順序、同じ間隔で再現することができます。
 CPhotonTransformView
 CPhotonTransformViewClassicThis class helps you to synchronize position, rotation and scale of a GameObject. It also gives you many different options to make the synchronized values appear smooth, even when the data is only send a couple of times per second. Simply add the component to your GameObject and make sure that the PhotonTransformViewClassic is added to the list of observed components
 CPhotonTransformViewPositionControl
 CPhotonTransformViewPositionModel
 CPhotonTransformViewRotationControl
 CPhotonTransformViewRotationModel
 CPhotonTransformViewScaleControl
 CPhotonTransformViewScaleModel
 CPhotonViewPhotonViewはネットワーク上のオブジェクト(viewID)を識別し、制御クライアントがリモートインスタンスを更新する方法を設定します。
 CPunExtensionsPUNがUnityバージョン間での作業を容易にするための少数の拡張方法。
 CPunRPCRPC属性を別の名前に置き換えます。メソッドにリモート呼び出し可能としてフラグを付けるために使用されます。
 CSceneManagerHelper
 CServerSettingsPhotonNetwork.ConnectUsingSettingsによって内部的に使用される接続関連設定の集合。
 NRealtime
 CActorPropertiesClass for constants. These (byte) values define "well known" properties for an Actor / Player.
 CAppSettingsSettings for Photon application(s) and the server to connect to.
 CAuthenticationValuesContainer for user authentication in Photon. Set AuthValues before you connect - all else is handled.
 CConnectionCallbacksContainerContainer type for callbacks defined by IConnectionCallbacks. See LoadBalancingCallbackTargets.
 CConnectionHandler
 CEncryptionDataParameters
 CEnterRoomParams
 CErrorCodeErrorCode defines the default codes associated with Photon client/server communication.
 CEventCodeClass for constants. These values are for events defined by Photon Loadbalancing.
 CExtensionsThis static class defines some useful extension methods for several existing classes (e.g. Vector3, float and others).
 CFriendInfoUsed to store info about a friend's online state and in which room he/she is.
 CGamePropertyKeyClass for constants. These (byte) values are for "well known" room/game properties used in Photon Loadbalancing.
 CIConnectionCallbacksCollection of "organizational" callbacks for the Realtime Api to cover: Connection and Regions.
 CIInRoomCallbacksCollection of "in room" callbacks for the Realtime Api to cover: Players entering or leaving, property updates and Master Client switching.
 CILobbyCallbacksCollection of "organizational" callbacks for the Realtime Api to cover the Lobby.
 CIMatchmakingCallbacksCollection of "organizational" callbacks for the Realtime Api to cover Matchmaking.
 CIOnEventCallbackEvent callback for the Realtime Api. Covers events from the server and those sent by clients via OpRaiseEvent.
 CIWebRpcCallbackInterface for "WebRpc" callbacks for the Realtime Api. Currently includes only responses for Web RPCs.
 CLoadBalancingClientThis class implements the Photon LoadBalancing workflow by using a LoadBalancingPeer. It keeps a state and will automatically execute transitions between the Master and Game Servers.
 CLoadBalancingPeerA LoadbalancingPeer provides the operations and enum definitions needed to use the loadbalancing server application which is also used in Photon Cloud.
 CMatchMakingCallbacksContainerContainer type for callbacks defined by IMatchmakingCallbacks. See MatchMakingCallbackTargets.
 COperationCodeClass for constants. Contains operation codes. Pun uses these constants internally.
 COpJoinRandomRoomParams
 CParameterCodeClass for constants. Codes for parameters of Operations and Events.
 CPhotonPing
 CPingMonoUses C# Socket class from System.Net.Sockets (as Unity usually does).
 CPlayerSummarizes a "player" within a room, identified (in that room) by ID (or "actorNumber").
 CRaiseEventOptionsAggregates several less-often used options for operation RaiseEvent. See field descriptions for usage details.
 CRegion
 CRegionHandlerProvides methods to work with Photon's regions (Photon Cloud) and can be use to find the one with best ping.
 CRegionPinger
 CRoomThis class represents a room a client joins/joined.
 CRoomInfoA simplified room with just the info required to list and join, used for the room listing in the lobby. The properties are not settable (IsOpen, MaxPlayers, etc).
 CRoomOptionsWraps up common room properties needed when you create rooms. Read the individual entries for more details.
 CSupportLoggerHelper class to debug log basic information about Photon client and vital traffic statistics.
 CTypedLobbyRefers to a specific lobby (and type) on the server.
 CTypedLobbyInfo
 CWebFlagsOptional flags to be used in Photon client SDKs with Op RaiseEvent and Op SetProperties. Introduced mainly for webhooks 1.2 to control behavior of forwarded HTTP requests.
 CWebRpcResponseReads an operation response of a WebRpc and provides convenient access to most common values.
 NReplaceStringInTextFile
 CProgram