Flood.GUI.ManagedGeometryBuffer.AddQuad C# (CSharp) Method

AddQuad() protected method

protected AddQuad ( IntPtr v1, IntPtr v2, IntPtr v3, IntPtr v4, uint structSize, ResourceHandle imageHandle ) : void
v1 System.IntPtr
v2 System.IntPtr
v3 System.IntPtr
v4 System.IntPtr
structSize uint
imageHandle ResourceHandle
return void
        protected void AddQuad(IntPtr v1, IntPtr v2, IntPtr v3, IntPtr v4, uint structSize, ResourceHandle<Image> imageHandle)
        {
            var materialHandle = GetCreateMaterial(imageHandle);
            AddQuad(v1, v2, v3, v4, structSize, materialHandle);
        }

Same methods

ManagedGeometryBuffer::AddQuad ( IntPtr v1, IntPtr v2, IntPtr v3, IntPtr v4, uint structSize, ResourceHandle materialHandle ) : void