Axiom 3D Rendering Engine
CopyFrom Method (source)
NamespacesAxiom.AnimatingAnimationStateCopyFrom(AnimationState)
Copies the states from another animation state, preserving the animation name (unlike CopyTo) but copying everything else.
Declaration Syntax
C#Visual Basic
public void CopyFrom(
	AnimationState source
)
Public Sub CopyFrom ( _
	source As AnimationState _
)
Parameters
source (AnimationState)
animation state which will use as source.

Assembly: Axiom (Module: Axiom) Version: 0.8.0.0 (0.8.0.0)