Table of Contents

Class NetVar_Vector3

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

Constructors

NetVar_Vector3(Vector3, NetworkBehaviour, int, bool, int, bool, FloatCompressor, OnChangedEvent<Vector3>, int)

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

Parameters

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

Methods

IsNotEqual(Vector3, Vector3)

public override bool IsNotEqual(Vector3 a, Vector3 b)

Parameters

a Vector3
b Vector3

Returns

bool