Class BoxedBool
A boxed bool element that is readable, writable, equatable, and can be persisted as a scriptable object.
Inherited Members
Namespace: FasterGames.Whiskey.Boxes
Assembly: cs.temp.dll.dll
Syntax
public class BoxedBool : Box<bool>, IEquatable<Box<bool>>, IValueEquals<Box<bool>>, IValueEquals<bool>, IReadable<bool>, IWritable<bool>
Implements
IEquatable<>