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