Click or drag to resize

IFillingManagerGenerateFillingElements(IEnumerableVectorGraphicPath, dmat4, Int32, Int32, Boolean, Cuboid, Boolean, Boolean) Method

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


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
void GenerateFillingElements(
	IEnumerable<VectorGraphicPath> paths,
	dmat4 modelMatrix,
	int sequenceCount,
	int sequenceOffset,
	bool clearFillings = true,
	Cuboid referenceMask = null,
	bool transformBeforeFilling = false,
	bool shouldMultiThread = true
)

Parameters

paths  IEnumerableVectorGraphicPath

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

modelMatrix  dmat4

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

sequenceCount  Int32

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

sequenceOffset  Int32

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

clearFillings  Boolean  (Optional)

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

referenceMask  Cuboid  (Optional)

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

transformBeforeFilling  Boolean  (Optional)

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

shouldMultiThread  Boolean  (Optional)

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

See Also