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
CameraControls
C# Class CameraControls, CameraUnityProject
Inheritance:
MonoBehaviour
显示文件
Open project: ConnerWestover/CameraUnityProject
Class Usage Examples
Public Properties
Property
Type
Description
active
bool
maxX
float
maxY
float
minX
float
minY
float
speed
float
Public Methods
Method
Description
FixedUpdate
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
active
public_oe property
public
bool
active
return
bool
maxX
public_oe property
public
float
maxX
return
float
maxY
public_oe property
public
float
maxY
return
float
minX
public_oe property
public
float
minX
return
float
minY
public_oe property
public
float
minY
return
float
speed
public_oe property
public
float
speed
return
float