Class BoxedFloat
A boxed float 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 BoxedFloat : Box<float>, IEquatable<Box<float>>, IValueEquals<Box<float>>, IValueEquals<float>, IReadable<float>, IWritable<float>
Implements
IEquatable<>