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