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