Namespace: DeltaEngine.GraphicsAssembly: DeltaEngine.Graphics (in DeltaEngine.Graphics.dll) Version: 1.1.1.0 (1.1.1)
public void AddLines<T>(
Material material,
T[] vertices
)
where T : struct, new(), Vertex
public void AddLines<T>(
Material material,
T[] vertices
)
where T : struct, new(), Vertex
Public Sub AddLines(Of T As {Structure, New, Vertex}) (
material As Material,
vertices As T()
)
Public Sub AddLines(Of T As {Structure, New, Vertex}) (
material As Material,
vertices As T()
)
public:
generic<typename T>
where T : value class, gcnew(), Vertex
void AddLines(
Material^ material,
array<T>^ vertices
)
public:
generic<typename T>
where T : value class, gcnew(), Vertex
void AddLines(
Material^ material,
array<T>^ vertices
)
member AddLines :
material : Material *
vertices : 'T[] -> unit when 'T : struct, new() and Vertex
member AddLines :
material : Material *
vertices : 'T[] -> unit when 'T : struct, new() and Vertex
- T