Table of Contents

Class NetVar_Byte

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

Constructors

NetVar_Byte(byte, NetworkBehaviour, int, bool, int, bool, IntCompressor, OnChangedEvent<byte>, int)

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

Parameters

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

Methods

IsNotEqual(byte, byte)

public override bool IsNotEqual(byte a, byte b)

Parameters

a byte
b byte

Returns

bool