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