Table of Contents

Class NetVar_Vector4

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

Constructors

NetVar_Vector4(Vector4, NetworkBehaviour, int, bool, int, bool, FloatCompressor, OnChangedEvent<Vector4>, int)

public NetVar_Vector4(Vector4 inital, NetworkBehaviour netObject, int id, bool isPredicted, int interpolationOption, bool onlyInputSource, FloatCompressor compressor, OnChangedEvent<Vector4> onChanged = null, int interpolationId = -1)

Parameters

inital Vector4
netObject NetworkBehaviour
id int
isPredicted bool
interpolationOption int
onlyInputSource bool
compressor FloatCompressor
onChanged OnChangedEvent<Vector4>
interpolationId int

Methods

IsNotEqual(Vector4, Vector4)

public override bool IsNotEqual(Vector4 a, Vector4 b)

Parameters

a Vector4
b Vector4

Returns

bool