C# Class UnityEngine.Networking.NetworkSettingsAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Свойство Type Description
channel int
sendInterval float

Property Details

channel public_oe property

The QoS channel to use for updates for this script.

public int channel
Résultat int

sendInterval public_oe property

The sendInterval control how frequently updates are sent for this script.

public float sendInterval
Résultat float