A resource container for meshes.

Namespace: VVVV.PluginInterfaces.V2.EX9
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public class MeshResource<TMetadata> : DXResource<Mesh, TMetadata>

Type Parameters

TMetadata
The type of the metadata.

Inheritance Hierarchy

System..::..Object
  VVVV.PluginInterfaces.V2..::..Resource<(Of <(<'Device, Mesh, TMetadata>)>)>
    VVVV.PluginInterfaces.V2.EX9..::..DXResource<(Of <(<'Mesh, TMetadata>)>)>
      VVVV.PluginInterfaces.V2.EX9..::..MeshResource<(Of <(<'TMetadata>)>)>

See Also