Reign.Video.IIndexBuffer.Update C# (CSharp) Method

Update() public abstract method

public abstract Update ( int indices, int updateCount ) : void
indices int
updateCount int
return void
        public abstract void Update(int[] indices, int updateCount);