Table of Contents

Class NetVar_Color

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

Constructors

NetVar_Color(Color, NetworkBehaviour, int, bool, int, bool, OnChangedEvent<Color>, int)

public NetVar_Color(Color inital, NetworkBehaviour netObject, int id, bool isPredicted, int interpolationOption, bool onlyInputSource, OnChangedEvent<Color> onChanged = null, int interpolationId = -1)

Parameters

inital Color
netObject NetworkBehaviour
id int
isPredicted bool
interpolationOption int
onlyInputSource bool
onChanged OnChangedEvent<Color>
interpolationId int

Methods

IsNotEqual(Color, Color)

public override bool IsNotEqual(Color a, Color b)

Parameters

a Color
b Color

Returns

bool