TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Boxed in Tinman.Core.Util

Helper class for boxing non-object values into objects.

sealed class Boxed with <T>  

Public / Attributes

Value

The boxed value.

public field Value
type T

Public / Constructors

Boxed

Creates a new instance of Boxed.

public constructor Boxed (T value)
params value The initial value.