VBufferEditor Class

Definition

Various methods for creating VBufferEditor<T> instances.

public static class VBufferEditor
type VBufferEditor = class
Public Class VBufferEditor
Inheritance
VBufferEditor

Methods

Create<T>(VBuffer<T>, Int32, Nullable<Int32>, Nullable<Int32>, Boolean, Boolean)

Creates a VBufferEditor<T> using destination's values and indices buffers.

CreateFromBuffer<T>(VBuffer<T>)

Creates a VBufferEditor<T> with the same shape (length and density) as the destination.

Applies to