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
bytenetObject
NetworkBehaviourid
intisPredicted
boolinterpolationOption
intonlyInputSource
boolcompressor
IntCompressoronChanged
OnChangedEvent<byte>interpId
int
Methods
IsNotEqual(byte, byte)
public override bool IsNotEqual(byte a, byte b)