return ret;
}
- /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+ [Obsolete("Do not use this. Use Tizen.NUI.Scene3D.Camera instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public void SetCamera(Camera camera)
{
if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
}
- /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
+ [Obsolete("Do not use this. Use Tizen.NUI.Scene3D.Camera instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Camera GetCamera()
{
namespace Tizen.NUI
{
- /// This will be released at Tizen.NET API Level 6, so currently this would be used as inhouse API.
+ [global::System.Obsolete("Do not use this. Use Tizen.NUI.Scene3D.Camera instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public partial class Camera : View
{