Package | Description |
---|---|
org.blender.dna |
Modifier and Type | Method and Description |
---|---|
LightCacheTexture |
LightCache.getCube_tx()
Get method for struct member 'cube_tx'.
|
LightCacheTexture |
LightCache.getGrid_tx()
Get method for struct member 'grid_tx'.
|
Modifier and Type | Method and Description |
---|---|
CPointer<LightCacheTexture> |
LightCacheTexture.__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<LightCacheTexture> |
LightCache.getCube_mips()
Get method for struct member 'cube_mips'.
|
Modifier and Type | Method and 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'.
|
Modifier and Type | Method and Description |
---|---|
void |
LightCache.setCube_mips(CPointer<LightCacheTexture> cube_mips)
Set method for struct member 'cube_mips'.
|
Constructor and Description |
---|
LightCacheTexture(LightCacheTexture that) |