Added missing summeries #1
This commit is contained in:
parent
03d99ea28e
commit
8665b5b709
104 changed files with 1165 additions and 821 deletions
|
|
@ -1,7 +1,13 @@
|
|||
namespace SM.OGL.Mesh
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a mesh that can be a line object.
|
||||
/// </summary>
|
||||
public interface ILineMesh
|
||||
{
|
||||
/// <summary>
|
||||
/// The width of a line.
|
||||
/// </summary>
|
||||
float LineWidth { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue