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