Changeset 76 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/events/AudioEvent.java
- Timestamp:
- 08/25/2017 12:22:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/events/AudioEvent.java
r46 r76 20 20 { 21 21 22 /** 23 * Constructor. 24 */ 22 25 public AudioEvent() 23 26 { … … 25 28 } 26 29 30 /** 31 * Length of the audio to be played, in seconds. 32 */ 27 33 public Integer audioLength = 0; 28 34 35 /** 36 * File path for the audio file. 37 */ 29 38 public String audioPath = ""; 30 39
Note: See TracChangeset
for help on using the changeset viewer.
