Show / Hide Table of Contents

Class BoxedFloat

A boxed float element that is readable, writable, equatable, and can be persisted as a scriptable object.

Inheritance
System.Object
Box<System.Single>
BoxedFloat
Implements
IEquatable<Box<System.Single>>
IValueEquals<Box<System.Single>>
IValueEquals<System.Single>
IReadable<System.Single>
IWritable<System.Single>
Inherited Members
Box<Single>.data
Box<Single>.ValueEquals(Box<Single>)
Box<Single>.ValueEquals(Single)
Box<Single>.Equals(Box<Single>)
Box<Single>.Read()
Box<Single>.Write(Single)
Box<Single>.Equals(Object)
Box<Single>.GetHashCode()
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<>
IValueEquals<T>
IValueEquals<T>
IReadable<T>
IWritable<T>
In This Article
Back to top Copyright FasterGames ©