Copies the states from another animation state, preserving the animation name
(unlike CopyTo) but copying everything else.
| C# | Visual Basic |
public void CopyFrom( AnimationState source )
Public Sub CopyFrom ( _ source As AnimationState _ )
- source (AnimationState)
- animation state which will use as source.