VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvAudioCommon
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
12
#include <
vrvAudioCommon/vrvAudioCommon.h
>
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
27
class
DT_DLL_VRVAUDIOCOMMON
DtSoundPositionTickable
:
public
DtTickable
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
:
36
DtDe
&
myDe
;
37
makAudio::DtSound*
mySound
;
38
DtUniqueID
mySceneObject
;
39
};
40
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)