Exemplo n.º 1
0
            internal static _SetState SetState()
            {
                if (_SetStateFunc == null)
                {
                    _SetStateFunc =
                        (_SetState)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnPathCamera_setState"), typeof(_SetState));
                }

                return(_SetStateFunc);
            }
Exemplo n.º 2
0
            internal static _SetState SetState()
            {
                if (_SetStateFunc == null)
                {
                    _SetStateFunc =
                        (_SetState)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnPathCamera_setState"), typeof(_SetState));
                }

                return(_SetStateFunc);
            }