Class SharedBool
[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
valuebool
Methods
CloneT()
protected override SharedVariable<bool> CloneT()