The moral equivalent of a copy constructor
| C# | Visual Basic |
public AnimationState( AnimationStateSet parent, AnimationState source )
Public Sub New ( _ parent As AnimationStateSet, _ source As AnimationState _ )
- parent (AnimationStateSet)
- The animation state set parent
- source (AnimationState)
- An animation state to copy from