Uses of Class
org.blender.dna.FreestyleModuleConfig
-
Packages that use FreestyleModuleConfig Package Description org.blender.dna -
-
Uses of FreestyleModuleConfig in org.blender.dna
Methods in org.blender.dna that return types with arguments of type FreestyleModuleConfig Modifier and Type Method Description CPointer<FreestyleModuleConfig>
FreestyleModuleConfig. __io__addressof()
Instantiates a pointer on this instance.CPointer<FreestyleModuleConfig>
FreestyleModuleConfig. getNext()
Get method for struct member 'next'.CPointer<FreestyleModuleConfig>
FreestyleModuleConfig. getPrev()
Get method for struct member 'prev'.Method parameters in org.blender.dna with type arguments of type FreestyleModuleConfig Modifier and Type Method Description void
FreestyleModuleConfig. setNext(CPointer<FreestyleModuleConfig> next)
Set method for struct member 'next'.void
FreestyleModuleConfig. setPrev(CPointer<FreestyleModuleConfig> prev)
Set method for struct member 'prev'.Constructors in org.blender.dna with parameters of type FreestyleModuleConfig Constructor Description FreestyleModuleConfig(FreestyleModuleConfig that)
-