Esempio n. 1
0
            internal static _SetNodeWeight SetNodeWeight()
            {
                if (_SetNodeWeightFunc == null)
                {
                    _SetNodeWeightFunc =
                        (_SetNodeWeight)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnVPathEditor_setNodeWeight"), typeof(_SetNodeWeight));
                }

                return(_SetNodeWeightFunc);
            }
Esempio n. 2
0
            internal static _SetNodeWeight SetNodeWeight()
            {
                if (_SetNodeWeightFunc == null)
                {
                    _SetNodeWeightFunc =
                        (_SetNodeWeight)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnVPathEditor_setNodeWeight"), typeof(_SetNodeWeight));
                }

                return(_SetNodeWeightFunc);
            }