Axiom 3D Rendering Engine
AnimationState Constructor (parent, source)
NamespacesAxiom.AnimatingAnimationStateAnimationState(AnimationStateSet, AnimationState)
The moral equivalent of a copy constructor
Declaration Syntax
C#Visual Basic
public AnimationState(
	AnimationStateSet parent,
	AnimationState source
)
Public Sub New ( _
	parent As AnimationStateSet, _
	source As AnimationState _
)
Parameters
parent (AnimationStateSet)
The animation state set parent
source (AnimationState)
An animation state to copy from

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