We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26a538 commit 2abff0aCopy full SHA for 2abff0a
1 file changed
WCSharp.Api/texmapflags.cs
@@ -8,13 +8,13 @@ internal texmapflags()
8
}
9
10
/// @CSharpLua.Get = "TEXMAP_FLAG_NONE"
11
- public static extern subanimtype None { get; }
+ public static extern texmapflags None { get; }
12
/// @CSharpLua.Get = "TEXMAP_FLAG_WRAP_U"
13
- public static extern subanimtype WrapU { get; }
+ public static extern texmapflags WrapU { get; }
14
/// @CSharpLua.Get = "TEXMAP_FLAG_WRAP_V"
15
- public static extern subanimtype WrapV { get; }
+ public static extern texmapflags WrapV { get; }
16
/// @CSharpLua.Get = "TEXMAP_FLAG_WRAP_UV"
17
- public static extern subanimtype WrapUV { get; }
+ public static extern texmapflags WrapUV { get; }
18
19
/// @CSharpLua.Template = "ConvertTexMapFlags({0})"
20
public static extern texmapflags Convert(int textMapFlagsId);
0 commit comments