interface
|
IVertexCopy
|
extends
|
ICapacity
|
||
base of
|
IVertexArray
|
||||
VertexArrays
|
Returns the capacity of this object.
property
|
Capacity
{
get
}
|
||
type
|
int32
|
||
value
|
|
The capacity, in elements. | |
inherited
|
ICapacity.Capacity
|
Copies vertex data from one vertex to another.
method
|
CopyVertexData
(int32 from,
int32 to)
|
||
params
|
from
|
The vertex to copy from. | |
to
|
The vertex to copy to. |