Class SDBool
IBool which represents the value of a PersistentBoolData in SceneData.
Assembly: ItemChanger.dll
Syntax
public class SDBool : IWritableBool, IBool
Constructors
View Source
SDBool(string, string)
Declaration
public SDBool(string id, string sceneName)
Parameters
View Source
SDBool(string, string, bool)
Declaration
public SDBool(string id, string sceneName, bool semiPersistent)
Parameters
Fields
View Source
id
Declaration
Field Value
View Source
sceneName
Declaration
Field Value
View Source
semiPersistent
Declaration
public bool semiPersistent
Field Value
Properties
View Source
Value
Declaration
public bool Value { get; set; }
Property Value
Methods
View Source
Clone()
Declaration
Returns
Implements
Extension Methods