Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
SplineCameraFollower
C# Class SplineCameraFollower, Unity-Splines
Inheritance:
MonoBehaviour
Mostra file
Open project: Flafla2/Unity-Splines
Public Properties
Property
Type
Description
Camera
Transform
Fade
Transform
FadeLength
float
Shots
CameraShot[]
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
ApplyShot
( ) :
void
HandleShotState
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
Camera
public_oe property
public
Transform
Camera
return
Transform
Fade
public_oe property
public
Transform
Fade
return
Transform
FadeLength
public_oe property
public
float
FadeLength
return
float
Shots
public_oe property
public
CameraShot[]
Shots
return
CameraShot[]