VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSoundTickable.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
14 #include <vrvCore/DtTickable.h>
15 #include <vrvCore/DtUniqueID.h>
16 
17 namespace makAudio
18 {
19  class DtSound;
20 }
21 
22 namespace makVrv
23 {
24  class DtDe;
25  class DtSceneObject;
26 
28  {
29  public:
30  DtSoundPositionTickable(DtDe& de, makAudio::DtSound* sound, DtUniqueID sceneObject);
31  virtual ~DtSoundPositionTickable();
32 
33  virtual void update( DtTime tNow );
34 
35  protected:
37  makAudio::DtSound* mySound;
39  };
40 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)