public interface TaskCloner
TaskCloner allows you to use third-party libraries like Kryo to clone behavior trees.
See Task.TASK_CLONER.| Modifier and Type | Method and Description |
|---|---|
<T> Task<T> |
cloneTask(Task<T> task)
Makes a deep copy of the given task.
|
Copyright © 2017. All rights reserved.