Click or drag to resize

MeshCreatedEventArgs Class

[Missing <summary> documentation for "T:Demo3D.Visuals.Renderers.Mesh.MeshCreatedEventArgs"]

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Demo3D.Visuals.Renderers.MeshMeshCreatedEventArgs

Namespace:  Demo3D.Visuals.Renderers.Mesh
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class MeshCreatedEventArgs : EventArgs

The MeshCreatedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMeshCreatedEventArgs
Initializes a new instance of the MeshCreatedEventArgs class
Top
Properties
  NameDescription
Public propertyMesh
Top
See Also