• 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
More...

Collaboration diagram for Copy:
  • 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