Click or drag to resize

IFillingManagerGenerateFillingElements(IEnumerableVectorGraphicLayer, dmat4, Int32, Int32, Boolean) Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.IFillingManager.GenerateFillingElements(System.Collections.Generic.IEnumerable{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},GlmSharp.dmat4,System.Int32,System.Int32,System.Boolean)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
void GenerateFillingElements(
	IEnumerable<VectorGraphicLayer> layers,
	dmat4 modelMatrix,
	int sequenceCount,
	int sequenceOffset,
	bool clearFillings = true
)

Parameters

layers  IEnumerableVectorGraphicLayer

[Missing <param name="layers"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.IFillingManager.GenerateFillingElements(System.Collections.Generic.IEnumerable{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},GlmSharp.dmat4,System.Int32,System.Int32,System.Boolean)"]

modelMatrix  dmat4

[Missing <param name="modelMatrix"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.IFillingManager.GenerateFillingElements(System.Collections.Generic.IEnumerable{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},GlmSharp.dmat4,System.Int32,System.Int32,System.Boolean)"]

sequenceCount  Int32

[Missing <param name="sequenceCount"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.IFillingManager.GenerateFillingElements(System.Collections.Generic.IEnumerable{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},GlmSharp.dmat4,System.Int32,System.Int32,System.Boolean)"]

sequenceOffset  Int32

[Missing <param name="sequenceOffset"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.IFillingManager.GenerateFillingElements(System.Collections.Generic.IEnumerable{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},GlmSharp.dmat4,System.Int32,System.Int32,System.Boolean)"]

clearFillings  Boolean  (Optional)

[Missing <param name="clearFillings"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.IFillingManager.GenerateFillingElements(System.Collections.Generic.IEnumerable{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},GlmSharp.dmat4,System.Int32,System.Int32,System.Boolean)"]

See Also