Uses of Class
org.blender.dna.IdAdtTemplate
-
Packages that use IdAdtTemplate Package Description org.blender.dna org.blender.utils -
-
Uses of IdAdtTemplate in org.blender.dna
Methods in org.blender.dna that return types with arguments of type IdAdtTemplate Modifier and Type Method Description CPointer<IdAdtTemplate>
IdAdtTemplate. __io__addressof()
Instantiates a pointer on this instance.Constructors in org.blender.dna with parameters of type IdAdtTemplate Constructor Description IdAdtTemplate(IdAdtTemplate that)
-
Uses of IdAdtTemplate in org.blender.utils
Methods in org.blender.utils that return IdAdtTemplate Modifier and Type Method Description IdAdtTemplate
MainLib. getIdAdtTemplate()
SeeIdAdtTemplate
for documentation.Methods in org.blender.utils with parameters of type IdAdtTemplate Modifier and Type Method Description void
MainLib. setIdAdtTemplate(IdAdtTemplate idAdtTemplate)
SeeIdAdtTemplate
for documentation.
-