Click or drag to resize

IMeshDataContainer Interface

Interface for objects that contain MeshData.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IMeshDataContainer

The IMeshDataContainer type exposes the following members.

Methods
 NameDescription
Public methodGetMeshData Extract the underlying mesh data in a rendering API neutral data structure.
Top
See Also