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