Interface IDhApiCopyable
- All Known Subinterfaces:
IDhApiEventParam
- All Known Implementing Classes:
DhApiBeforeBufferRenderEvent.EventParam,DhApiBeforeGenericObjectRenderEvent.EventParam,DhApiChunkModifiedEvent.EventParam,DhApiColorDepthTextureCreatedEvent.EventParam,DhApiLevelLoadEvent.EventParam,DhApiLevelUnloadEvent.EventParam,DhApiMat4f,DhApiRenderParam,DhApiVec3f,DhApiWorldLoadEvent.EventParam,DhApiWorldUnloadEvent.EventParam
public interface IDhApiCopyable
Used for objects that need deep clones.
Replacement for
Replacement for
Cloneable.- Since:
- API 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncopy()Returns a deep clone of all parameters whenever possible.
-
Method Details
-
copy
IDhApiCopyable copy()Returns a deep clone of all parameters whenever possible.
-