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