Uses of Class
org.blender.dna.LightCacheTexture
-
Packages that use LightCacheTexture Package Description org.blender.dna -
-
Uses of LightCacheTexture in org.blender.dna
Methods in org.blender.dna that return LightCacheTexture Modifier and Type Method Description LightCacheTexture
LightCache. getCube_tx()
Get method for struct member 'cube_tx'.LightCacheTexture
LightCache. getGrid_tx()
Get method for struct member 'grid_tx'.Methods in org.blender.dna that return types with arguments of type LightCacheTexture Modifier and Type Method Description CPointer<LightCacheTexture>
LightCacheTexture. __io__addressof()
Instantiates a pointer on this instance.CPointer<LightCacheTexture>
LightCache. getCube_mips()
Get method for struct member 'cube_mips'.Methods in org.blender.dna with parameters of type LightCacheTexture Modifier and Type Method Description void
LightCache. setCube_tx(LightCacheTexture cube_tx)
Set method for struct member 'cube_tx'.void
LightCache. setGrid_tx(LightCacheTexture grid_tx)
Set method for struct member 'grid_tx'.Method parameters in org.blender.dna with type arguments of type LightCacheTexture Modifier and Type Method Description void
LightCache. setCube_mips(CPointer<LightCacheTexture> cube_mips)
Set method for struct member 'cube_mips'.Constructors in org.blender.dna with parameters of type LightCacheTexture Constructor Description LightCacheTexture(LightCacheTexture that)
-