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
NewSign
C# Class NewSign, Team4BabelGame
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: veselin-/Team4BabelGame
Public Properties
Property
Type
Description
ID
int
cam
Camera
Public Methods
Method
Description
OnTriggerEnter
(
Collider
other
) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider
other
) :
void
other
Collider
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
ID
public_oe property
public
int
ID
return
int
cam
public_oe property
public
Camera
cam
return
Camera