C# Class UnityEngine.Networking.NetworkCRC

This class holds information about which networked scripts use which QoS channels for updates.

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description
Dump void
Validate bool
ValidateInternal bool

Méthodes publiques

Méthode Description
RegisterBehaviour ( string name, int channel ) : void

This is used to setup script network settings CRC data.

ReinitializeScriptCRCs ( Assembly callingAssembly ) : void

Private Methods

Méthode Description
Dump ( CRCMessageEntry remoteScripts ) : void
Validate ( CRCMessageEntry scripts, int numChannels ) : bool
ValidateInternal ( CRCMessageEntry remoteScripts, int numChannels ) : bool

Method Details

RegisterBehaviour() public static méthode

This is used to setup script network settings CRC data.

public static RegisterBehaviour ( string name, int channel ) : void
name string Script name.
channel int QoS Channel.
Résultat void

ReinitializeScriptCRCs() public static méthode

public static ReinitializeScriptCRCs ( Assembly callingAssembly ) : void
callingAssembly System.Reflection.Assembly
Résultat void