Table of Contents

Class NetVar_Short

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

Constructors

NetVar_Short(short, NetworkBehaviour, int, bool, int, bool, IntCompressor, OnChangedEvent<short>, int)

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

Parameters

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

Methods

IsNotEqual(short, short)

public override bool IsNotEqual(short a, short b)

Parameters

a short
b short

Returns

bool