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

class CapacityBase in Tinman.Core.Util

Abstract base class for classes that implement the ICapacity interface.

abstract class CapacityBase implements ICapacity
  base of VertexArray
  VertexArrays

Public / Attributes

Capacity

Returns the capacity of this object.

public property Capacity { get }
type int32
value [>=0] The capacity, in elements.
implements ICapacity.Capacity

Protected / Constructors

CapacityBase

Creates a new instance of CapacityBase.

protected constructor CapacityBase (int32 capacity)
params capacity [>0] The capacity.