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