Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
DampenedCamera
C# Class DampenedCamera, SlashRunner
Represents a camera with smoothed (dampened) movement.
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: matthewAURA/SlashRunner
Public Properties
Property
Type
Description
dampeningTime
float
offsetX
float
offsetY
float
target
Transform
Public Methods
Method
Description
FixedUpdate
( ) :
void
Method Details
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Property Details
dampeningTime
public_oe property
Dampening time
public
float
dampeningTime
return
float
offsetX
public_oe property
Specifies camera positional offsets relative to the target
public
float
offsetX
return
float
offsetY
public_oe property
public
float
offsetY
return
float
target
public_oe property
Target on which to fixate onto
public
Transform
target
return
Transform