[NUI] Hide ParticleBlendingMode and ParticleEmitter
authorjmm <j0064423.lee@samsung.com>
Mon, 11 Sep 2023 05:41:45 +0000 (14:41 +0900)
committerbshsqa <32317749+bshsqa@users.noreply.github.com>
Thu, 14 Sep 2023 10:40:33 +0000 (19:40 +0900)
src/Tizen.NUI/src/public/ParticleSystem/ParticleEmitter.cs

index 498f7f8..cf6246a 100644 (file)
@@ -27,6 +27,7 @@ namespace Tizen.NUI.ParticleSystem
     /// <summary>
     /// Enum defining blending options when rendering the particles.
     /// </summary>
+    [EditorBrowsable(EditorBrowsableState.Never)]
     public enum ParticleBlendingMode
     {
         Additive = 0,
@@ -60,6 +61,7 @@ namespace Tizen.NUI.ParticleSystem
     /// ParticleSource and ParticleModifier callback interfaces should not be accessing
     /// Event side (NUI) objects. Both callbacks are executed on Update thread.
     /// </summary>
+    [EditorBrowsable(EditorBrowsableState.Never)]
     public class ParticleEmitter : BaseHandle
     {
         internal ParticleEmitter(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
@@ -572,4 +574,4 @@ namespace Tizen.NUI.ParticleSystem
         private List<IntPtr> mBasePtr = new List<IntPtr>();
         private List<T> mInterfaces = new List<T>();
     }
-}
\ No newline at end of file
+}