Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
CameraScroll
C# Class CameraScroll, Holdout
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: MaddJhin/Holdout
Class Usage Examples
Public Properties
Property
Type
Description
MAX_X
float
MAX_Y
float
MAX_Z
float
MIN_Y
float
MIN_Z
float
cameraTarget
Transform
speed
float
Public Methods
Method
Description
Awake
( ) :
void
Update
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
MAX_X
public_oe property
public
float
MAX_X
return
float
MAX_Y
public_oe property
public
float
MAX_Y
return
float
MAX_Z
public_oe property
public
float
MAX_Z
return
float
MIN_Y
public_oe property
public
float
MIN_Y
return
float
MIN_Z
public_oe property
public
float
MIN_Z
return
float
cameraTarget
public_oe property
public
Transform
cameraTarget
return
Transform
speed
public_oe property
public
float
speed
return
float