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