Table of Contents

Class SharedBool

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll
[FormerlySerializedType("Ceres.SharedBool, Ceres")]
public class SharedBool : SharedVariable<bool>, ICloneable, IDisposable, IVariable<bool>
Inheritance
SharedBool
Implements
Inherited Members
Extension Methods

Constructors

SharedBool()

public SharedBool()

SharedBool(bool)

public SharedBool(bool value)

Parameters

value bool

Methods

CloneT()

protected override SharedVariable<bool> CloneT()

Returns

SharedVariable<bool>