LuaInterface.LuaDLL.luaS_pushColor C# (CSharp) Méthode

luaS_pushColor() private méthode

private luaS_pushColor ( IntPtr l, float x, float y, float z, float w ) : void
l System.IntPtr
x float
y float
z float
w float
Résultat void
        public static extern void luaS_pushColor(IntPtr l, float x, float y, float z, float w);
LuaDLL