X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fdocs%2Fcontent%2Fconstants.js;h=b10e4e67368f2644d885744b99d7746f8e43a40f;hb=560d8e44d546ba0972d86ad7092f9e76759772aa;hp=d70d538131c1f3eac814a3f6eec1ca76af8851f3;hpb=044aea2ed5d7fa0f0ed9d46e10afc3216d7130c8;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/docs/content/constants.js b/plugins/dali-script-v8/docs/content/constants.js index d70d538..b10e4e6 100644 --- a/plugins/dali-script-v8/docs/content/constants.js +++ b/plugins/dali-script-v8/docs/content/constants.js @@ -1,6 +1,6 @@ /** * -

Dali Constants

+### Dali Constants Constants accessible under the dali global object. @@ -58,7 +58,7 @@ Constants accessible under the dali global object. |**actor.drawMode **| | |DRAW_MODE_NORMAL | integer value | -|DRAW_MODE_OVERLAY | integer value | +|DRAW_MODE_OVERLAY_2D | integer value | |DRAW_MODE_STENCIL | integer value | |**Image load policy **| | @@ -87,11 +87,6 @@ Constants accessible under the dali global object. |BLENDING_AUTO | integer value | |BLENDING_ON | integer value | -|**actor.SetBlendEquation() ** | | -|BLEND_EQUATION_ADD | integer value | -|BLEND_EQUATION_SUBTRACT | integer value | -|BLEND_EQUATION_REVERSE_SUBTRACT | integer value | - |**actor.SetCullFace()** | | |CULL_FACE_DISABLE | integer value | |CULL_FRONT_FACE | integer value | @@ -148,7 +143,6 @@ Constants accessible under the dali global object. | PIXEL_FORMAT_COMPRESSED_SRGB8_ALPHA8_ETC2_EAC | integer value | | PIXEL_FORMAT_COMPRESSED_RGB8_ETC1 | integer value | | PIXEL_FORMAT_COMPRESSED_RGB_PVRTC_4BPPV1 | integer value | - * @class Constants */