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