C# Class EnvCubemapCatcher, OZML

Inheritance: MonoBehaviour
Mostrar archivo 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_oe static_oe property

public static List allCubemaps
return List

cubemap public_oe property

public EnvCubemap, cubemap
return EnvCubemap,

losMask public_oe property

public LayerMask losMask
return LayerMask

myRenderer public_oe property

public Renderer myRenderer
return Renderer

useOnlyLosCubemaps public_oe property

public bool useOnlyLosCubemaps
return bool