Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Klak
Motion
SmoothFollow
C# Class Klak.Motion.SmoothFollow
Inheritance:
UnityEngine.MonoBehaviour
Show file
Open project: keijiro/Klak
Public Methods
Method
Description
JumpRandomly
( ) :
void
Snap
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
SpringPosition
(
Vector3
current
,
Vector3
target
) :
Vector3
SpringRotation
(
Quaternion
current
,
Quaternion
target
) :
Quaternion
Method Details
JumpRandomly()
public
method
public
JumpRandomly
( ) :
void
return
void
Snap()
public
method
public
Snap
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void