C# Класс BeardedManStudios.Network.NetworkedMonoBehavior.NetSync

Attribute for easily replicating properties and fields across the network
Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
callers NetworkCallers
interpolate Interpolate
method string

Открытые методы

Метод Описание
NetSync ( ) : System.Threading.Tasks
NetSync ( Interpolate ignoreInterpolation ) : System.Threading.Tasks
NetSync ( string method, NetworkCallers callers ) : System.Threading.Tasks
NetSync ( string method, NetworkCallers callers, Interpolate ignoreInterpolation ) : System.Threading.Tasks

Описание методов

NetSync() публичный Метод

public NetSync ( ) : System.Threading.Tasks
Результат System.Threading.Tasks

NetSync() публичный Метод

public NetSync ( Interpolate ignoreInterpolation ) : System.Threading.Tasks
ignoreInterpolation Interpolate
Результат System.Threading.Tasks

NetSync() публичный Метод

public NetSync ( string method, NetworkCallers callers ) : System.Threading.Tasks
method string
callers NetworkCallers
Результат System.Threading.Tasks

NetSync() публичный Метод

public NetSync ( string method, NetworkCallers callers, Interpolate ignoreInterpolation ) : System.Threading.Tasks
method string
callers NetworkCallers
ignoreInterpolation Interpolate
Результат System.Threading.Tasks

Описание свойств

callers публичное свойство

Used to determine who is to call the callback method when the value has changed
public NetworkCallers callers
Результат NetworkCallers

interpolate публичное свойство

This is uesd to determine if this value ignores interpolation
public Interpolate interpolate
Результат Interpolate

method публичное свойство

The name of the method to execute when the value has changed
public string method
Результат string