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