LuaInterface.LuaDLL.luaS_pushVector3 C# (CSharp) Method

luaS_pushVector3() private method

private luaS_pushVector3 ( IntPtr l, float x, float y, float z ) : void
l System.IntPtr
x float
y float
z float
return void
        public static extern void luaS_pushVector3(IntPtr l, float x, float y, float z);
LuaDLL