C# Class EnvCubemapCatcher, OZML

Inheritance: MonoBehaviour
Show file Open project: merveilles/OZML

Public Properties

Property Type Description
allCubemaps List
cubemap EnvCubemap,
losMask LayerMask
myRenderer Renderer
useOnlyLosCubemaps bool

Public Methods

Method Description
RefreshCubemapList ( ) : void

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void
UpdateCubemaps ( ) : IEnumerator

Method Details

RefreshCubemapList() public static method

public static RefreshCubemapList ( ) : void
return void

Property Details

allCubemaps public static property

public static List allCubemaps
return List

cubemap public property

public EnvCubemap, cubemap
return EnvCubemap,

losMask public property

public LayerMask losMask
return LayerMask

myRenderer public property

public Renderer myRenderer
return Renderer

useOnlyLosCubemaps public property

public bool useOnlyLosCubemaps
return bool