Explorar el Código

Travis CI: API documentation update at 2015-11-26 08:00:16 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/29e62526eb5492ed1385e8b17c77e82ee94fefb8

Message: Added event for sound playback finished. Deprecate SoundSource::SetAutoRemove() and change samples + NinjaSnowWar to not use it. Fix network replication of SoundSource to work with repeated playback on the same source.

urho3d-travis-ci hace 10 años
padre
commit
1a1ccb0b65
Se han modificado 2 ficheros con 9 adiciones y 1 borrados
  1. 8 0
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 8 - 0
Docs/ScriptAPI.dox

@@ -5,6 +5,13 @@ namespace Urho3D
 
 
 \page EventList Event list
 \page EventList Event list
 
 
+## %Audio events
+
+### SoundFinished
+- %Node : Node pointer
+- %SoundSource : SoundSource pointer
+- %Sound : Sound pointer
+
 ## %Core events
 ## %Core events
 
 
 ### BeginFrame
 ### BeginFrame
@@ -44,6 +51,7 @@ namespace Urho3D
 
 
 ### AnimationTrigger
 ### AnimationTrigger
 - %Node : Node pointer
 - %Node : Node pointer
+- %Animation : Animation pointer
 - %Name : String
 - %Name : String
 - %Time : Float
 - %Time : Float
 - %Data : User-defined data type
 - %Data : User-defined data type

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.172
+0.0.173