• Update for following changes in dali-core:
    Actor::MoveBy                     -> TranslateBy
    Actor::ColorBy                    -> <removed>
    Actor::OpacityBy                  -> <removed>
    Actor::SetRotation                -> SetOrientation
    Actor::GetCurrentRotation         -> GetCurrentOrientation
    Actor::GetCurrentWorldRotation    -> GetCurrentWorldOrientation
    Actor::SetInheritRotation         -> SetInheritOrientation
    Actor::IsRotationInherited        -> IsOrientationInherited
    Actor::Property::ROTATION         -> Actor::Property::ORIENTATION
    Actor::Property::WORLD_ROTATION   -> Actor::Property::WORLD_ORIENTATION
    Actor::Property::INHERIT_ROTATION -> Actor::Property::INHERIT_ORIENTATION
    
    Change-Id: I0e883d5588e2f18beba32d64a2407253fe1fb286
    Yoonsang Lee authored
     
    Browse Dir »