C# Class UnityEngine.Networking.NetworkSettingsAttribute

Inheritance: System.Attribute
Show file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
channel int
sendInterval float

Property Details

channel public property

The QoS channel to use for updates for this script.

public int channel
return int

sendInterval public property

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

public float sendInterval
return float