Added support for C# operators on DALi handle objects 70/92970/20
authorNick Holland <nick.holland@partner.samsung.com>
Wed, 19 Oct 2016 13:34:43 +0000 (14:34 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 21 Oct 2016 16:10:20 +0000 (09:10 -0700)
commitfc21bf19ca663759c47ef7b40efcc9ac79e4cf22
treee8863a97985c77a84ad6fbd080141aa0eecf4119
parent4973c9caa70ff6dd9e2bf91058a072b84e0f1e01
Added support for C# operators on DALi handle objects

Now have the ability to do operations such as

if ( actor )  // test if the C# actor object is valid and the actor isn't just any empty handle

if ( !actor )

if ( actor && anotherActor )

if ( actor || anotherActor )

Change-Id: I31dd56e89f1d4c7d056f56b52717cef469a76afb
plugins/dali-swig/SWIG/dali-operator.i
plugins/dali-swig/examples/dali-test.cs