コード例 #1
0
ファイル: Taml.cs プロジェクト: lukaspj/T3DSharp
            internal static _SetFormat SetFormat()
            {
                if (_SetFormatFunc == null)
                {
                    _SetFormatFunc =
                        (_SetFormat)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnTaml_setFormat"), typeof(_SetFormat));
                }

                return(_SetFormatFunc);
            }
コード例 #2
0
            internal static _SetFormat SetFormat()
            {
                if (_SetFormatFunc == null)
                {
                    _SetFormatFunc =
                        (_SetFormat)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnTaml_setFormat"), typeof(_SetFormat));
                }

                return(_SetFormatFunc);
            }