This is the old Animancer v7.4 documentation. Click here for the latest version.

ICopyable<T> Interface

Summary

Interface for objects that can be copied.
ICopyable

Syntax

public interface ICopyable<T>

Type Parameters

Name Description
T

Methods

Name Value Summary
CopyFrom(T) void
Copies the contents of `copyFrom` into this object, replacing its previous contents.