Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the ColorMesh class.
 /// </summary>
 /// <param name="mesh">The mesh interface to be encapsulated.</param>
 internal ColorMesh(INuiFusionColorMesh mesh)
 {
     this.mesh = mesh;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the ColorMesh class.
 /// </summary>
 /// <param name="mesh">The mesh interface to be encapsulated.</param>
 internal ColorMesh(INuiFusionColorMesh mesh)
 {
     this.mesh = mesh;
 }