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