Uses of Class
org.blender.dna.bSound
-
Packages that use bSound Package Description org.blender.dna org.blender.utils -
-
Uses of bSound in org.blender.dna
Methods in org.blender.dna that return types with arguments of type bSound Modifier and Type Method Description CPointer<bSound>
bSound. __io__addressof()
Instantiates a pointer on this instance.CPointer<bSound>
Sequence. getSound()
Get method for struct member 'sound'.CPointer<bSound>
Speaker. getSound()
Get method for struct member 'sound'.Method parameters in org.blender.dna with type arguments of type bSound Modifier and Type Method Description void
Sequence. setSound(CPointer<bSound> sound)
Set method for struct member 'sound'.void
Speaker. setSound(CPointer<bSound> sound)
Set method for struct member 'sound'.Constructors in org.blender.dna with parameters of type bSound Constructor Description bSound(bSound that)
-
Uses of bSound in org.blender.utils
Methods in org.blender.utils that return bSound Modifier and Type Method Description bSound
MainLib. getBSound()
SeebSound
for documentation.Methods in org.blender.utils with parameters of type bSound Modifier and Type Method Description void
MainLib. setBSound(bSound bSound)
SeebSound
for documentation.
-