Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
RealtimeCubemap
C# Class RealtimeCubemap, OZML
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: merveilles/OZML
Public Properties
Property
Type
Description
cubemapSize
int
oneFacePerFrame
bool
Public Methods
Method
Description
OnDisable
( ) :
void
Update
( ) :
void
UpdateCubemap
(
int
faceMask
) :
void
Private Methods
Method
Description
Start
( ) :
void
Method Details
OnDisable()
public
method
public
OnDisable
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
UpdateCubemap()
public
method
public
UpdateCubemap
(
int
faceMask
) :
void
faceMask
int
return
void
Property Details
cubemapSize
public_oe property
public
int
cubemapSize
return
int
oneFacePerFrame
public_oe property
public
bool
oneFacePerFrame
return
bool