Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
UEx
Vector4X
C# Class UEx.Vector4X
显示文件
Open project: jbruening/unity3d-extensions
Public Methods
Method
Description
Lerp
(
Vector4
v1
,
Vector4
v2
,
float
value
) :
Vector4
Direct speedup of
Vector4.Lerp
Method Details
Lerp()
public
static
method
Direct speedup of
Vector4.Lerp
public
static
Lerp
(
Vector4
v1
,
Vector4
v2
,
float
value
) :
Vector4
v1
UnityEngine.Vector4
v2
UnityEngine.Vector4
value
float
return
UnityEngine.Vector4