Click or drag to resize

MeshHelper Class

Mesh helper methods
Inheritance Hierarchy
SystemObject
  DigitalRuby.ThunderAndLightningMeshHelper

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class MeshHelper

The MeshHelper type exposes the following members.

Constructors
  NameDescription
Public methodMeshHelper
Constructor
Top
Properties
  NameDescription
Public propertyMesh
Mesh
Public propertyNormals
Normals
Public propertyTriangles
Indices
Public propertyVertices
Vertices
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGenerateRandomPoint
Get random point on mesh
Public methodGetHashCode (Inherited from Object.)
Public methodGetRaycastFromTriangleIndex
Get ray dir from indice
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also