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.
Method
1.0.0.0
T[]
DefaultConstructorConstraint
NotNullableValueTypeConstraint
System.ValueType
To be added.
Retrieves up to Size elemenst from the location in memory pointed at by Buffer and casts each individual member into a type of T.
To be added.
To be added.