Click or drag to resize
BehaviorTreeClone Method
Creates a new object that is a copy of the current instance.

Namespace: Slash.AI.BehaviorTrees
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public Object Clone()

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

ICloneableClone
See Also