Uses of Class
org.blender.dna.TexMapping
-
Packages that use TexMapping Package Description org.blender.dna -
-
Uses of TexMapping in org.blender.dna
Methods in org.blender.dna that return TexMapping Modifier and Type Method Description TexMapping
NodeTexBase. getTex_mapping()
Get method for struct member 'tex_mapping'.Methods in org.blender.dna that return types with arguments of type TexMapping Modifier and Type Method Description CPointer<TexMapping>
TexMapping. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type TexMapping Modifier and Type Method Description void
NodeTexBase. setTex_mapping(TexMapping tex_mapping)
Set method for struct member 'tex_mapping'.Constructors in org.blender.dna with parameters of type TexMapping Constructor Description TexMapping(TexMapping that)
-