Click or drag to resize

NodeClone Method

Returns a copy of this node.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Object Clone()

Return Value

Type: Object
The reference of the new object.
See Also