C# Class UnityEngine.Networking.NetworkSettingsAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Properties

Property 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
return int

sendInterval public_oe property

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

public float sendInterval
return float