Click or drag to resize
Ab4d.SharpEngine logo

GroupNodeGetOverviewText Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]


Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public override void GetOverviewText(
	StringBuilder sb,
	bool showWorldBoundingBox = true,
	bool showLocalBoundingBox = false,
	bool showMeshInfo = true,
	bool showMaterialInfo = true,
	bool showMatrixIndex = true,
	bool showTransform = true,
	bool showDirtyFlags = true,
	bool showLastFrameDirtyFlags = false,
	bool showGpuHandles = false
)

Parameters

sb  StringBuilder

[Missing <param name="sb"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

showWorldBoundingBox  Boolean  (Optional)

[Missing <param name="showWorldBoundingBox"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

showLocalBoundingBox  Boolean  (Optional)

[Missing <param name="showLocalBoundingBox"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

showMeshInfo  Boolean  (Optional)

[Missing <param name="showMeshInfo"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

showMaterialInfo  Boolean  (Optional)

[Missing <param name="showMaterialInfo"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

showMatrixIndex  Boolean  (Optional)

[Missing <param name="showMatrixIndex"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

showTransform  Boolean  (Optional)

[Missing <param name="showTransform"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

showDirtyFlags  Boolean  (Optional)

[Missing <param name="showDirtyFlags"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

showLastFrameDirtyFlags  Boolean  (Optional)

[Missing <param name="showLastFrameDirtyFlags"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

showGpuHandles  Boolean  (Optional)

[Missing <param name="showGpuHandles"/> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.SceneNodes.GroupNode.GetOverviewText(System.Text.StringBuilder,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also