Table of Contents

Class NetVar_Double

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

Constructors

NetVar_Double(double, NetworkBehaviour, int, bool, int, bool, IntCompressor, OnChangedEvent<double>, int)

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

Parameters

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

Methods

IsNotEqual(double, double)

public override bool IsNotEqual(double a, double b)

Parameters

a double
b double

Returns

bool