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