C# 클래스 UnityEngine.Networking.NetworkSettingsAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 프로퍼티들

프로퍼티 타입 설명
channel int
sendInterval float

프로퍼티 상세

channel 공개적으로 프로퍼티

The QoS channel to use for updates for this script.

public int channel
리턴 int

sendInterval 공개적으로 프로퍼티

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

public float sendInterval
리턴 float