Click or drag to resize

InterpolateToVector3T Delegate

Convert a type to Vector3

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate Vector3 ToVector3<T>(
	T v
)

Parameters

v
Type: T
The object of the type to convert

Type Parameters

T
The type to convert

Return Value

Type: Vector3
A Vector3 of the type
See Also