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