浏览代码

Travis CI: API documentation update at 2014-03-11 17:21:25 UTC.
[ci package]

urho3d-travis-ci 11 年之前
父节点
当前提交
261a0326c1
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 1 1
      Docs/AngelScriptAPI.h
  2. 3 3
      Docs/LuaScriptAPI.dox
  3. 1 1
      Docs/ScriptAPI.dox

+ 1 - 1
Docs/AngelScriptAPI.h

@@ -5241,6 +5241,7 @@ Octree octree;
 Node parent;
 /* readonly */
 PhysicsWorld physicsWorld;
+float pixelsPerUnit;
 Vector3 position;
 /* readonly */
 int refs;
@@ -5262,7 +5263,6 @@ Matrix3x4 transform;
 ShortStringHash type;
 /* readonly */
 String typeName;
-float unitSize2D;
 /* readonly */
 Vector3 up;
 bool updateEnabled;

+ 3 - 3
Docs/LuaScriptAPI.dox

@@ -3379,7 +3379,7 @@ Methods:
 - void SetUpdateEnabled(bool enable)
 - void SetTimeScale(float scale)
 - void SetElapsedTime(float time)
-- void SetUnitSize2D(float pixels)
+- void SetPixelsPerUnit(float pixelsPerUnit)
 - void SetSmoothingConstant(float constant)
 - void SetSnapThreshold(float threshold)
 - Node* GetNode(unsigned id) const
@@ -3390,7 +3390,7 @@ Methods:
 - unsigned GetChecksum() const
 - float GetTimeScale() const
 - float GetElapsedTime() const
-- float GetUnitSize2D() const
+- float GetPixelsPerUnit() const
 - float GetSmoothingConstant() const
 - float GetSnapThreshold() const
 - const String GetVarName(ShortStringHash hash) const
@@ -3422,7 +3422,7 @@ Properties:
 - unsigned checksum (readonly)
 - float timeScale
 - float elapsedTime
-- float unitSize2D
+- float pixelsPerUnit
 - float smoothingConstant
 - float snapThreshold
 - bool threadedUpdate (readonly)

+ 1 - 1
Docs/ScriptAPI.dox

@@ -4407,6 +4407,7 @@ Properties:
 - Octree@ octree // readonly
 - Node@ parent
 - PhysicsWorld@ physicsWorld // readonly
+- float pixelsPerUnit
 - Vector3 position
 - int refs // readonly
 - PackageFile@[]@ requiredPackageFiles // readonly
@@ -4421,7 +4422,6 @@ Properties:
 - Matrix3x4 transform // readonly
 - ShortStringHash type // readonly
 - String typeName // readonly
-- float unitSize2D
 - Vector3 up // readonly
 - bool updateEnabled
 - VariantMap vars // readonly