Table of Contents

Class NetVar_Quaternion

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

Constructors

NetVar_Quaternion(Quaternion, NetworkBehaviour, int, bool, int, bool, FloatCompressor, OnChangedEvent<Quaternion>, int)

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

Parameters

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

Methods

IsNotEqual(Quaternion, Quaternion)

public override bool IsNotEqual(Quaternion a, Quaternion b)

Parameters

a Quaternion
b Quaternion

Returns

bool