X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FDepthFunctionType.cs;h=8cc779ceb36f113ee63bece2a6b2812033f3a652;hp=b19178fa3ad5784371ad6ad0013bca42283159e8;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=24ea337df1049251ab2e47c556edc6e8458f9c93 diff --git a/plugins/dali-sharp/sharp/internal/DepthFunctionType.cs b/plugins/dali-sharp/sharp/internal/DepthFunctionType.cs index b19178f..8cc779c 100644 --- a/plugins/dali-sharp/sharp/internal/DepthFunctionType.cs +++ b/plugins/dali-sharp/sharp/internal/DepthFunctionType.cs @@ -10,15 +10,15 @@ namespace Dali { -public enum DepthFunctionType { - NEVER, - ALWAYS, - LESS, - GREATER, - EQUAL, - NOT_EQUAL, - LESS_EQUAL, - GREATER_EQUAL +internal enum DepthFunctionType { + Never, + Always, + Less, + Greater, + Equal, + NotEqual, + LessEqual, + GreaterEqual } }