• Deep Copy except substances are shallow copies.
    Substances are shared throughout an engine, if a subMgr is provided,
    this substance pointer will set to the substance pointer from the provided subMgr

  • Deep Copy except substances are shallow copies.
    Substances are shared throughout an engine, if a subMgr is provided,
    this substance pointer will set to the substance pointer from the provided subMgr
  • Note the copy created will need a logger, if you provide a subMgr it will use the logger associated with the provided subMgr, if not, it will use the logger on this object
    So if you are copying an Action used by one engine for use in another engine,
    pass in the subMgr from the other engine, so the new copy logs to that engines log

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.