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