Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
VAUnity
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
VAUnity
Commits
ea4fbe09
Commit
ea4fbe09
authored
Nov 06, 2018
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding todos
parent
8796074e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
VAUSoundReceiver.cs
VAUSoundReceiver.cs
+1
-1
VAUSoundSource.cs
VAUSoundSource.cs
+3
-1
No files found.
VAUSoundReceiver.cs
View file @
ea4fbe09
...
...
@@ -9,7 +9,7 @@ public class VAUSoundReceiver : MonoBehaviour {
[
Tooltip
(
"Descriptive name"
)]
public
string
Name
=
"SoundReceiver"
;
[
Tooltip
(
"Set an explicit renderer for this receiver"
)]
[
Tooltip
(
"Set an explicit renderer for this receiver
[todo]
"
)]
public
VAUAudioRenderer
Renderer
=
null
;
[
Tooltip
(
"Connect an directivity to this receiver"
)]
...
...
VAUSoundSource.cs
View file @
ea4fbe09
...
...
@@ -16,7 +16,9 @@ public class VAUSoundSource : MonoBehaviour
[
Tooltip
(
"Insert a custom VAUSignalSource-Script."
)]
public
VAUSignalSource
SignalSource
=
null
;
[
Tooltip
(
"Set an explicit renderer for this source [todo]"
)]
public
VAUAudioRenderer
Renderer
=
null
;
private
VANet
_VA
=
null
;
private
int
_ID
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment