/// <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; }