Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SmoothCamera
C# Class SmoothCamera, cs-mini-modbot-simulation
Inheritance:
MonoBehaviour
显示文件
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_oe property
public
float
damping
return
float
minDistance
public_oe property
public
float
minDistance
return
float
property
public_oe property
public
string
property
return
string
smooth
public_oe property
public
bool
smooth
return
bool
target
public_oe property
public
Transform
target
return
Transform