Browse Source

Travis CI: API documentation update at 2015-08-15 10:33:47 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/7f4b115744219e64f564292446c301584b8fe1fe

Message: Make Drawable2D respect viewmask in rendering & raycast. Added viewmask attribute to Drawable2D's. Added proper category to 2D constraints to allow adding in editor. Closes #843.

urho3d-travis-ci 10 năm trước cách đây
mục cha
commit
1cd8ca0cd7
2 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 3 0
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 3 - 0
Docs/ScriptAPI.dox

@@ -770,6 +770,7 @@ namespace Urho3D
 - %Is %Enabled : bool
 - %Is %Enabled : bool
 - %Layer : int
 - %Layer : int
 - %Order %in %Layer : int
 - %Order %in %Layer : int
+- %View %Mask : int
 - %Blend %Mode : int
 - %Blend %Mode : int
 - %Flip X : bool
 - %Flip X : bool
 - %Flip Y : bool
 - %Flip Y : bool
@@ -1544,6 +1545,7 @@ namespace Urho3D
 - %Is %Enabled : bool
 - %Is %Enabled : bool
 - %Layer : int
 - %Layer : int
 - %Order %in %Layer : int
 - %Order %in %Layer : int
+- %View %Mask : int
 - %Particle %Effect : ResourceRef
 - %Particle %Effect : ResourceRef
 - %Sprite : ResourceRef
 - %Sprite : ResourceRef
 - %Blend %Mode : int
 - %Blend %Mode : int
@@ -1874,6 +1876,7 @@ namespace Urho3D
 - %Is %Enabled : bool
 - %Is %Enabled : bool
 - %Layer : int
 - %Layer : int
 - %Order %in %Layer : int
 - %Order %in %Layer : int
+- %View %Mask : int
 - %Sprite : ResourceRef
 - %Sprite : ResourceRef
 - %Blend %Mode : int
 - %Blend %Mode : int
 - %Flip X : bool
 - %Flip X : bool

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.132
+0.0.133