Uses of Class
org.blender.dna.FreestyleLineStyle
-
Packages that use FreestyleLineStyle Package Description org.blender.dna org.blender.utils -
-
Uses of FreestyleLineStyle in org.blender.dna
Methods in org.blender.dna that return types with arguments of type FreestyleLineStyle Modifier and Type Method Description CPointer<FreestyleLineStyle>
FreestyleLineStyle. __io__addressof()
Instantiates a pointer on this instance.CPointer<FreestyleLineStyle>
FreestyleLineSet. getLinestyle()
Get method for struct member 'linestyle'.Method parameters in org.blender.dna with type arguments of type FreestyleLineStyle Modifier and Type Method Description void
FreestyleLineSet. setLinestyle(CPointer<FreestyleLineStyle> linestyle)
Set method for struct member 'linestyle'.Constructors in org.blender.dna with parameters of type FreestyleLineStyle Constructor Description FreestyleLineStyle(FreestyleLineStyle that)
-
Uses of FreestyleLineStyle in org.blender.utils
Methods in org.blender.utils that return FreestyleLineStyle Modifier and Type Method Description FreestyleLineStyle
MainLib. getFreestyleLineStyle()
SeeFreestyleLineStyle
for documentation.Methods in org.blender.utils with parameters of type FreestyleLineStyle Modifier and Type Method Description void
MainLib. setFreestyleLineStyle(FreestyleLineStyle freestyleLineStyle)
SeeFreestyleLineStyle
for documentation.
-