Abstract base class for classes that implement the ICapacity interface.
abstract class
|
CapacityBase
|
implements
|
ICapacity
|
||
base of
|
VertexArray
|
||||
VertexArrays
|
Returns the capacity of this object.
public
property
|
Capacity
{
get
}
|
||
type
|
int32
|
||
value
|
|
The capacity, in elements. | |
implements
|
ICapacity.Capacity
|
Creates a new instance of CapacityBase.
protected
constructor
|
CapacityBase
(int32 capacity)
|
||
params
|
capacity
|
[>0]
|
The capacity. |