Click or drag to resize
NodeGetDebugString Method
Get a debug string representation of this scene node and its children.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public string GetDebugString()

Return Value

Type: String
String representing the scene tree starting from this node.
See Also