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