C# 클래스 UEx.Vector4X

파일 보기 프로젝트 열기: jbruening/unity3d-extensions

공개 메소드들

메소드 설명
Lerp ( Vector4 v1, Vector4 v2, float value ) : Vector4

Direct speedup of Vector4.Lerp

메소드 상세

Lerp() 공개 정적인 메소드

Direct speedup of Vector4.Lerp
public static Lerp ( Vector4 v1, Vector4 v2, float value ) : Vector4
v1 UnityEngine.Vector4
v2 UnityEngine.Vector4
value float
리턴 UnityEngine.Vector4