Searched refs:m_pSoundActor (Results 1 – 2 of 2) sorted by relevance
65 m_pSoundActor = NULL; in Initialize()487 if ( m_pSoundActor != NULL ) in Update()489 m_ActorParam = m_pSoundActor->detail_GetActorParam(); in Update()718 NW_ASSERT( m_pSoundActor == NULL ); in AttachSoundActor()720 m_pSoundActor = actor; in AttachSoundActor()735 NW_ASSERT( actor == m_pSoundActor ); in DetachSoundActor()738 m_pSoundActor = NULL; in DetachSoundActor()
412 SoundActor* m_pSoundActor; variable