eDriven Framework API
TweenOption Constructor (type, value)
NamespaceseDriven.AnimationTweenOptionTweenOption(TweenOptionType, Object)
eDriven Framework API
Initializes a new instance of the TweenOption class
Declaration Syntax
C#Visual BasicVisual C++
public TweenOption(
	TweenOptionType type,
	Object value
)
Public Sub New ( _
	type As TweenOptionType, _
	value As Object _
)
public:
TweenOption(
	TweenOptionType type, 
	Object^ value
)
Parameters
type (TweenOptionType)
value (Object)

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)