Table of Contents

Class NetVar_UShort

Namespace
Netick
Assembly
Netick.dll
public class NetVar_UShort : INetworkedVariable<ushort>, Serializable
Inheritance
NetVar_UShort
Implements
Inherited Members

Constructors

NetVar_UShort(ushort, NetworkBehaviour, int, bool, int, bool, IntCompressor, OnChangedEvent<ushort>, int)

public NetVar_UShort(ushort inital, NetworkBehaviour netObject, int id, bool isPredicted, int interpolationOption, bool onlyInputSource, IntCompressor compressor, OnChangedEvent<ushort> onChanged = null, int interpId = -1)

Parameters

inital ushort
netObject NetworkBehaviour
id int
isPredicted bool
interpolationOption int
onlyInputSource bool
compressor IntCompressor
onChanged OnChangedEvent<ushort>
interpId int

Methods

IsNotEqual(ushort, ushort)

public override bool IsNotEqual(ushort a, ushort b)

Parameters

a ushort
b ushort

Returns

bool