Browse Source

Travis CI: API documentation update at 2014-05-16 19:26:01 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
84f69e391e
1 changed files with 23 additions and 8 deletions
  1. 23 8
      Docs/LuaScriptAPI.dox

+ 23 - 8
Docs/LuaScriptAPI.dox

@@ -1316,6 +1316,29 @@ Properties:
 - CursorShape shape
 - bool useSystemShapes
 
+### CustomGeometry : Drawable
+
+Methods:
+
+- void Clear()
+- void SetNumGeometries(unsigned num)
+- void BeginGeometry(unsigned index, PrimitiveType type)
+- void DefineVertex(const Vector3& position)
+- void DefineNormal(const Vector3& normal)
+- void DefineTangent(const Vector4& tangent)
+- void DefineColor(const Color& color)
+- void DefineTexCoord(const Vector2& texCoord)
+- void Commit()
+- void SetMaterial(Material* material)
+- bool SetMaterial(unsigned index, Material* material)
+- unsigned GetNumGeometries()
+- Material* GetMaterial(unsigned index = 0)
+
+Properties:
+
+- Material* material
+- unsigned numGeometries
+
 ### DebugHud : Object
 
 Methods:
@@ -4651,14 +4674,6 @@ Properties:
 - unsigned numGeometries (readonly)
 - unsigned occlusionLodLevel
 
-### StaticModelGeometryData
-
-
-Properties:
-
-- Vector3 center
-- unsigned lodLevel
-
 ### StaticModelGroup : StaticModel
 
 Methods: