Summary
Copies all layers and states from `copyFrom` into this graph.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerGraph
Syntax
public void CopyFrom(AnimancerGraph copyFrom, CloneContext context, bool includeInactiveStates = false)
Parameters
Name | Type | Description |
---|---|---|
copyFrom | AnimancerGraph | |
context | CloneContext | |
includeInactiveStates | bool |
Return Value
Type | Description |
---|---|
void |