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
CameraFollowScript
C# Class CameraFollowScript, DarkDreams
Inheritance:
MonoBehaviour
Show file
Open project: technicalvgda/DarkDreams
Class Usage Examples
Public Properties
Property
Type
Description
doorOffset
float
follow
bool
target
Transform
transitionDuration
float
yOffset
float
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
Transition
( ) :
IEnumerator
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
doorOffset
public property
public
float
doorOffset
return
float
follow
public property
public
bool
follow
return
bool
target
public property
public
Transform
target
return
Transform
transitionDuration
public property
public
float
transitionDuration
return
float
yOffset
public property
public
float
yOffset
return
float