Class SharedInt
[FormerlySerializedType("Ceres.SharedInt, Ceres")]
public class SharedInt : SharedVariable<int>, ICloneable, IDisposable, IVariable<int>
- Inheritance
-
SharedInt
- Implements
- Inherited Members
- Extension Methods
Constructors
SharedInt()
public SharedInt()
SharedInt(int)
public SharedInt(int value)
Parameters
valueint
Methods
CloneT()
protected override SharedVariable<int> CloneT()