C# Class RealtimeCubemap, OZML

Inheritance: MonoBehaviour
Afficher le fichier Open project: merveilles/OZML

Méthodes publiques

Свойство Type Description
cubemapSize int
oneFacePerFrame bool

Méthodes publiques

Méthode Description
OnDisable ( ) : void
Update ( ) : void
UpdateCubemap ( int faceMask ) : void

Private Methods

Méthode Description
Start ( ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateCubemap() public méthode

public UpdateCubemap ( int faceMask ) : void
faceMask int
Résultat void

Property Details

cubemapSize public_oe property

public int cubemapSize
Résultat int

oneFacePerFrame public_oe property

public bool oneFacePerFrame
Résultat bool