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
SmoothCamera
C# Class SmoothCamera, cs-mini-modbot-simulation
Inheritance:
MonoBehaviour
Show file
Open project: intel-cornellcup/mini-modbot-simulation
Class Usage Examples
Public Properties
Property
Type
Description
damping
float
minDistance
float
property
string
smooth
bool
target
Transform
Public Methods
Method
Description
Awake
( ) :
void
LateUpdate
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
LateUpdate()
public
method
public
LateUpdate
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
damping
public property
public
float
damping
return
float
minDistance
public property
public
float
minDistance
return
float
property
public property
public
string
property
return
string
smooth
public property
public
bool
smooth
return
bool
target
public property
public
Transform
target
return
Transform