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
NotificationModel
C# Class NotificationModel
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: FIU-SCIS-Senior-Projects/SmartBuilding4
Class Usage Examples
Public Properties
Property
Type
Description
rmNames
string[]
Public Methods
Method
Description
GetEmission
(
int
index
) :
float
GetRoomName
(
int
index
) :
string
Private Methods
Method
Description
Emit
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
GetEmission()
public
method
public
GetEmission
(
int
index
) :
float
index
int
return
float
GetRoomName()
public
method
public
GetRoomName
(
int
index
) :
string
index
int
return
string
Property Details
rmNames
public_oe property
public
string[]
rmNames
return
string[]