Urho
1.0.0.0
System.ValueType
Represents a vector that can be retrieved in different formats.
When you have a VectorBase, you can retrieve the data pointed to by the buffer with the given size into a managed array by invoking the generic ToArray method.
Field
1.0.0.0
System.IntPtr
Pointer to the buffer holding the vector data.
To be added.
Field
1.0.0.0
System.UInt32
Capacity for the vector
To be added.
Field
1.0.0.0
System.UInt32
The current size of the vector.
To be added.