Class VOBuffer

Package

Very simple list.

Cannot use a List<T> because when indexing into a List<T> and T is a struct (which VO is) then the whole struct will be copied. When indexing into an array, that copy can be skipped.

Public Methods

Add (vo)
Public
Clear ()
Public
VOBuffer (n)
Public

Public Variables

buffer
Public
length
Public