Table of Contents

Class NetVar_Color32

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

Constructors

NetVar_Color32(Color32, NetworkBehaviour, int, bool, int, bool, OnChangedEvent<Color32>, int)

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

Parameters

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

Methods

IsNotEqual(Color32, Color32)

public override bool IsNotEqual(Color32 a, Color32 b)

Parameters

a Color32
b Color32

Returns

bool