DALi C# binding - adding property for Animation LoopCount and others. 26/93526/4
authorRavi Nanjundappa <nravi.n@samsung.com>
Mon, 24 Oct 2016 16:11:54 +0000 (21:41 +0530)
committerRavi Nanjundappa <nravi.n@samsung.com>
Tue, 25 Oct 2016 13:38:43 +0000 (19:08 +0530)
commitcb9a06d0a6d5f8c80baa0436fa6906acb86f20c3
treed58c189cc0b670ba6881a76d7266b91ca043a7c5
parent8b6259ce44c1f9bccae7d670fb1836fa6ab37828
DALi C# binding - adding property for Animation LoopCount and others.

Implemented setters and getters for the property LoopCount in Animation Class
and the X,Y,W and H properties in RectInteger Class. Combined the opacity and
CurrentOpacity properties in Actor class. The properties Size(from Stage class)
and Visibility(from Actor class) are already present.

The Patch also contain the Changed order of the types in the generic parameters to
match the declaration in AnimateBy and AnimateTo APIs.

Change-Id: I8286f4ae19c40b3911e0d12f6874f7c2b184c26c
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
plugins/dali-swig/SWIG/dali.i
plugins/dali-swig/SWIG/events/actor-event.i
plugins/dali-swig/SWIG/events/animation-event.i
plugins/dali-swig/SWIG/events/rectinteger.i [new file with mode: 0644]