Show / Hide Table of Contents

Class BoxedInt

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

Inheritance
System.Object
Box<System.Int32>
BoxedInt
Implements
IEquatable<Box<System.Int32>>
IValueEquals<Box<System.Int32>>
IValueEquals<System.Int32>
IReadable<System.Int32>
IWritable<System.Int32>
Inherited Members
Box<Int32>.data
Box<Int32>.ValueEquals(Box<Int32>)
Box<Int32>.ValueEquals(Int32)
Box<Int32>.Equals(Box<Int32>)
Box<Int32>.Read()
Box<Int32>.Write(Int32)
Box<Int32>.Equals(Object)
Box<Int32>.GetHashCode()
Namespace: FasterGames.Whiskey.Boxes
Assembly: cs.temp.dll.dll
Syntax
public class BoxedInt : Box<int>, IEquatable<Box<int>>, IValueEquals<Box<int>>, IValueEquals<int>, IReadable<int>, IWritable<int>

Implements

IEquatable<>
IValueEquals<T>
IValueEquals<T>
IReadable<T>
IWritable<T>
In This Article
Back to top Copyright FasterGames ©