 | 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)
Syntaxpublic 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:
Vector3A Vector3 of the type
See Also