Panda3D
|
Public Member Functions | |
def | __init__ |
def | finish |
def | loop |
def | privFinalize |
def | privInitialize |
def | privInterrupt |
def | privStep |
Public Attributes | |
currT | |
cutOff | |
fLoop | |
listenerNode | |
node | |
sound | |
soundDuration | |
startTime | |
state | |
volume | |
Static Public Attributes | |
tuple | notify = directNotify.newCategory('SoundInterval') |
int | soundNum = 1 |
def __init__ | ( | self, | |
sound, | |||
loop = 0 , |
|||
duration = 0.0 , |
|||
name = None , |
|||
volume = 1.0 , |
|||
startTime = 0.0 , |
|||
node = None , |
|||
seamlessLoop = True , |
|||
listenerNode = None , |
|||
cutOff = None |
|||
) |
__init__(sound, loop, name)
def finish | ( | self, | |
args, | |||
kArgs | |||
) |
def loop | ( | self, | |
startT = 0.0 , |
|||
endT = -1.0 , |
|||
playRate = 1.0 , |
|||
stagger = False |
|||
) |
def privFinalize | ( | self | ) |
Reimplemented from Interval.
def privInitialize | ( | self, | |
t | |||
) |
Reimplemented from Interval.
def privInterrupt | ( | self | ) |
Reimplemented from Interval.
def privStep | ( | self, | |
t | |||
) |
Reimplemented from Interval.
tuple notify = directNotify.newCategory('SoundInterval') [static] |
Reimplemented from Interval.
int soundNum = 1 [static] |