CloneableExtensions Class

Summary

Extension methods for Animancer.ICloneable`1.
Assembly
Animancer.dll
Namespace
Animancer
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["CloneableExtensions"] class Type type-node

Syntax

public static class CloneableExtensions

Methods

Name Value Summary
Clone<T>(ICloneable<T>) T
Calls Animancer.ICloneable`1.Clone(Animancer.CloneContext) using a Animancer.CloneContext from the Animancer.CloneContext.Pool and casts the result.
static