internal static _PopBackLine PopBackLine() { if (_PopBackLineFunc == null) { _PopBackLineFunc = (_PopBackLine)Marshal.GetDelegateForFunctionPointer( NativeLibrary.GetExport( Torque3D.Torque3DLibHandle, "fnMessageVector_popBackLine"), typeof(_PopBackLine)); } return(_PopBackLineFunc); }
internal static _PopBackLine PopBackLine() { if (_PopBackLineFunc == null) { _PopBackLineFunc = (_PopBackLine)Marshal.GetDelegateForFunctionPointer( Torque3D.DllLoadUtils.GetProcAddress( Torque3D.Torque3DLibHandle, "fnMessageVector_popBackLine"), typeof(_PopBackLine)); } return(_PopBackLineFunc); }