Click or drag to resize

TransitionDefinitionGetTransitionValue Method (Vector3, Vector3, Single)

Use this to lookup the Vector3 between start and end at the seconds passed in, with respect to SecondsForTransition.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Vector3 GetTransitionValue(
	Vector3 start,
	Vector3 end,
	float currentSeconds
)

Parameters

start
Type: Vector3
Where the Vector3 was before the transition started
end
Type: Vector3
Where the Vector3 will be after the transition is complete
currentSeconds
Type: SystemSingle
The number of seconds elapsed since the transition began

Return Value

Type: Vector3
The Vector3 at the time passed in
See Also