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