예제 #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;
 }
예제 #2
0
파일: ColorMesh.cs 프로젝트: hh54188/King
 /// <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;
 }