[return: global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.U1)]
public static extern bool AddDrawable(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
- [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DrawableGroup_Clear")]
+ [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DrawableGroup_RemoveAllDrawables")]
[return: global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.U1)]
- public static extern bool Clear(global::System.Runtime.InteropServices.HandleRef jarg1);
+ public static extern bool RemoveAllDrawables(global::System.Runtime.InteropServices.HandleRef jarg1);
}
}
}
/// </summary>
/// <returns>True when it's successful. False otherwise.</returns>
[EditorBrowsable(EditorBrowsableState.Never)]
- public bool Clear()
+ public bool RemoveAllDrawables()
{
- bool ret = Interop.DrawableGroup.Clear(BaseHandle.getCPtr(this));
+ bool ret = Interop.DrawableGroup.RemoveAllDrawables(BaseHandle.getCPtr(this));
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
if (ret)
{